mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
dialog-media-player-browse: fix height (#24731)
This commit is contained in:
parent
4c952c191a
commit
d77f962087
@ -240,7 +240,7 @@ class DialogMediaPlayerBrowse extends LitElement {
|
||||
}
|
||||
ha-media-player-browse {
|
||||
position: initial;
|
||||
--media-browser-max-height: 100vh - 137px;
|
||||
--media-browser-max-height: calc(100vh - 145px);
|
||||
width: 700px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user