1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed remote control flyout

This commit is contained in:
Luke Pulverenti 2014-02-19 00:21:03 -05:00
parent 54417bdc37
commit a2a7a7c124
5 changed files with 28 additions and 26 deletions

View file

@ -1,4 +1,4 @@
#remoteControlFlyout {
.remoteControlFlyout {
width: 300px;
min-height: 400px;
}
@ -69,13 +69,13 @@
}
@media all and (min-height: 500px) {
#remoteControlFlyout {
.remoteControlFlyout {
min-height: 450px;
}
}
@media all and (min-height: 600px) {
#remoteControlFlyout {
.remoteControlFlyout {
min-height: 500px;
}
}
@ -87,19 +87,19 @@
}
@media all and (min-width: 400px) {
#remoteControlFlyout {
.remoteControlFlyout {
width: 360px;
}
}
@media all and (min-width: 500px) {
#remoteControlFlyout {
.remoteControlFlyout {
width: 450px;
}
}
@media all and (min-width: 600px) {
#remoteControlFlyout {
.remoteControlFlyout {
width: 550px;
}
}