mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix number-leading-zero (CSS)
This commit is contained in:
parent
2a074d10f1
commit
ea28429cdf
51 changed files with 425 additions and 425 deletions
|
@ -1,6 +1,6 @@
|
|||
.playerStats {
|
||||
background: rgba(28, 28, 28, 0.8);
|
||||
border-radius: .3em;
|
||||
border-radius: 0.3em;
|
||||
color: #fff;
|
||||
left: 1.5em;
|
||||
position: absolute;
|
||||
|
@ -22,8 +22,8 @@
|
|||
|
||||
.playerStats-closeButton {
|
||||
position: absolute;
|
||||
top: .25em;
|
||||
right: .25em;
|
||||
top: 0.25em;
|
||||
right: 0.25em;
|
||||
color: #ccc;
|
||||
z-index: 1;
|
||||
}
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
.playerStats-stat-label {
|
||||
font-weight: 500;
|
||||
margin: 0 .5em 0 0;
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
|
||||
.playerStats-stat-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue