mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
@@ -242,7 +242,6 @@ export class HaTabsSubpageDataTable extends LitElement {
|
||||
}
|
||||
search-input.header {
|
||||
left: -8px;
|
||||
top: -7px;
|
||||
}
|
||||
.active-filters {
|
||||
color: var(--primary-text-color);
|
||||
|
||||
@@ -240,7 +240,7 @@ class HassTabsSubpage extends LitElement {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-height: 40px;
|
||||
max-height: 58px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -768,8 +768,9 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: var(--secondary-text-color);
|
||||
position: relative;
|
||||
top: -8px;
|
||||
}
|
||||
.search-toolbar ha-button-menu {
|
||||
position: static;
|
||||
}
|
||||
.selected-txt {
|
||||
font-weight: bold;
|
||||
|
||||
@@ -679,7 +679,6 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
||||
display: block;
|
||||
position: relative;
|
||||
left: -8px;
|
||||
top: -7px;
|
||||
color: var(--secondary-text-color);
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user