Skip to content

Commit

Permalink
Fix #360
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Sep 3, 2022
1 parent 620bf60 commit 8c5d78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/browser_mod/browser_mod.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions js/plugin/popups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ class BrowserModPopup extends LitElement {
--mdc-dialog-max-width: 100vw;
--mdc-shape-medium: 0px;
}
:host([wide]) .content {
width: 100vw;
}
}
`;
}
Expand Down

0 comments on commit 8c5d78d

Please sign in to comment.