mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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 {
|
ha-media-player-browse {
|
||||||
position: initial;
|
position: initial;
|
||||||
--media-browser-max-height: 100vh - 137px;
|
--media-browser-max-height: calc(100vh - 145px);
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user