mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
parent
352214ba0a
commit
e2cba90f8d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user