mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update prompt dialog
This commit is contained in:
parent
1bc42f10d6
commit
719ed8d8bd
60 changed files with 285 additions and 206 deletions
|
@ -32,6 +32,16 @@
|
|||
max-height: 84%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) and (min-height: 600px) {
|
||||
|
||||
.dialog-mini {
|
||||
top: 20% !important;
|
||||
bottom: 20% !important;
|
||||
left: 25% !important;
|
||||
right: 25% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1280px) and (min-height: 720px) {
|
||||
|
||||
.dialog-medium {
|
||||
|
@ -54,9 +64,13 @@
|
|||
left: 20% !important;
|
||||
right: 20% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1280px) and (min-height: 720px) {
|
||||
.dialog-mini {
|
||||
top: 20% !important;
|
||||
bottom: 20% !important;
|
||||
left: 30% !important;
|
||||
right: 30% !important;
|
||||
}
|
||||
|
||||
.dialog-fullscreen-border {
|
||||
top: 5% !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue