Skip to content

Commit

Permalink
Improve PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Apr 8, 2024
1 parent 8070031 commit 3bc14ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/layouts/home-assistant-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class HomeAssistantMain extends LitElement {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
--mdc-drawer-width: 56px;
--mdc-top-app-bar-width: calc(100% - var(--mdc-drawer-width));
--backdrop-filter: unset;
}
:host([expanded]) {
--mdc-drawer-width: calc(256px + env(safe-area-inset-left));
Expand Down
2 changes: 1 addition & 1 deletion src/panels/lovelace/hui-root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ class HUIRoot extends LitElement {
position: fixed;
top: 0;
width: var(--mdc-top-app-bar-width, 100%);
-webkit-backdrop-filter: var(--backdrop-filter, unset);
-webkit-backdrop-filter: var(--header-backdrop-filter, unset);
padding-top: env(safe-area-inset-top);
z-index: 4;
transition: box-shadow 200ms linear;
Expand Down

0 comments on commit 3bc14ca

Please sign in to comment.