Fix entity filter menu on mobile (#6366)

Fixes #6364
This commit is contained in:
Bram Kragten 2020-07-13 16:18:23 +02:00 committed by GitHub
parent 352214ba0a
commit e2cba90f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -242,7 +242,6 @@ export class HaTabsSubpageDataTable extends LitElement {
}
search-input.header {
left: -8px;
top: -7px;
}
.active-filters {
color: var(--primary-text-color);

View File

@ -240,7 +240,7 @@ class HassTabsSubpage extends LitElement {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
max-height: 40px;
max-height: 58px;
line-height: 20px;
}

View File

@ -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;

View File

@ -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;
}