force to use landscale mode for selection

This commit is contained in:
Kentai Radiquum 2025-04-10 16:15:31 +05:00
parent ac70db8de6
commit ad6aba06d3
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 32 additions and 66 deletions

View file

@ -131,8 +131,19 @@
border-radius: 8px;
user-select: none;
width: fit-content;
height: fit-content;
max-height: 50%;
max-height: fit-content;
}
@media (min-width: 640px) {
.media-source-dialog {
max-height: 50%;
}
}
@media (min-width: 1280px) {
.media-controller[mediaisfullscreen] .media-source-dialog {
max-height: 30%;
}
}
.media-controller media-chrome-dialog > div {