mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
force to use landscale mode for selection
This commit is contained in:
parent
ac70db8de6
commit
ad6aba06d3
2 changed files with 32 additions and 66 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue