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

collection fixes

This commit is contained in:
Luke Pulverenti 2015-10-14 01:46:11 -04:00
parent 8f05744009
commit add9159c97
10 changed files with 280 additions and 294 deletions

View file

@ -511,7 +511,7 @@ paper-dialog paper-radio-group paper-radio-button {
display: block;
}
.fullscreen-paper-dialog, .medium-paper-dialog {
.fullscreen-paper-dialog, .medium-paper-dialog, .small-paper-dialog {
position: fixed !important;
top: 0 !important;
bottom: 0 !important;
@ -531,6 +531,13 @@ paper-dialog paper-radio-group paper-radio-button {
left: 10% !important;
right: 10% !important;
}
.small-paper-dialog {
top: 10% !important;
bottom: 10% !important;
left: 20% !important;
right: 20% !important;
}
}
@media all and (min-width: 1280px) and (min-height: 720px) {