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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-07 13:17:26 -04:00
parent 4ffca7a9df
commit ab738fae14
21 changed files with 95 additions and 70 deletions

View file

@ -50,7 +50,7 @@
margin-right: .5em;
color: #fff;
font-size: 82%;
padding: .25em;
padding: .2em .25em;
display: inline-flex;
align-items: center;
justify-content: center;
@ -250,11 +250,7 @@
@media all and (min-width: 1600px) {
.guideDateText {
display: flex;
}
.guideDateTextDate {
margin-left: .25em;
font-size: 92%;
}
}
@ -377,9 +373,9 @@
.programIcon {
margin-left: auto;
margin-right: .5em;
height: 3.5vh;
width: 3.5vh;
font-size: 3.5vh;
height: auto;
width: auto;
font-size: 1.6em;
color: #ddd;
flex-shrink: 0;
}