Fix back button too wide on mobile (#9333)

This commit is contained in:
Bram Kragten 2021-06-01 21:12:00 +02:00 committed by GitHub
parent cc1c5e45b2
commit acd5e1c081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ class HassTabsSubpage extends LitElement {
color: var(--sidebar-text-color);
text-decoration: none;
}
:host([narrow]) .toolbar a {
.bottom-bar a {
width: 25%;
}