dialog-media-player-browse: fix height (#24731)

This commit is contained in:
ildar170975 2025-03-24 17:21:49 +03:00 committed by GitHub
parent 4c952c191a
commit d77f962087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
} }
} }