Media panel fix (#12485)

This commit is contained in:
Yosi Levy
2022-04-28 08:16:18 +03:00
committed by GitHub
parent 3ccbf6983e
commit 8135611688
3 changed files with 12 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ class DialogMediaPlayerBrowse extends LitElement {
ha-media-player-browse {
--media-browser-max-height: calc(100vh - 65px);
height: calc(100vh - 65px);
direction: ltr;
}
@media (min-width: 800px) {