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

add guide optimizations

This commit is contained in:
Luke Pulverenti 2016-08-17 15:28:43 -04:00
parent 7e060883f6
commit e51031cad8
6 changed files with 35 additions and 30 deletions

View file

@ -2,9 +2,14 @@
<style>
.status-text-icon {
font-size: 80%;
font-size: 94%;
background-color: #444;
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
}
.zeroProgressStatus {
background-color: #444;
}