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

Redesign OSD and Up Next dialog

This commit is contained in:
MrTimscampi 2020-08-20 12:27:25 +02:00
parent 4d540bf9ca
commit 6d5ed18386
5 changed files with 57 additions and 239 deletions

View file

@ -1,6 +1,7 @@
.upNextDialog {
width: 30vw;
position: fixed;
left: 0;
left: auto;
bottom: 0;
right: 0;
padding: 1%;
@ -23,6 +24,7 @@
}
.upNextDialog-poster {
display: none;
max-width: 40%;
max-height: 15%;
position: relative;
@ -31,6 +33,10 @@
margin-bottom: 0.5em;
}
.upNextDialog-buttons {
justify-content: end;
}
.upNextDialog-button {
background: #404040;
color: #fff;
@ -44,7 +50,7 @@
.upNextDialog-poster {
max-width: initial;
max-height: initial;
width: 10%;
width: 30%;
margin-bottom: 0;
}
}