mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix number-no-trailing-zeros (CSS)
This commit is contained in:
parent
ea28429cdf
commit
a896a6bcad
3 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem-border.show-focus:focus {
|
.listItem-border.show-focus:focus {
|
||||||
transform: scale(1.0) !important;
|
transform: scale(1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemImage, .listItemIcon, .listItemAside {
|
.listItemImage, .listItemIcon, .listItemAside {
|
||||||
|
|
|
@ -48,7 +48,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer.withBackdrop {
|
.backgroundContainer.withBackdrop {
|
||||||
background-color: rgba(255, 255, 255, 0.80);
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
|
|
|
@ -197,7 +197,7 @@ a[data-role=button] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContent {
|
.cardContent {
|
||||||
border-radius: 1.000em;
|
border-radius: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapseContent,
|
.collapseContent,
|
||||||
|
@ -206,7 +206,7 @@ a[data-role=button] {
|
||||||
.paperList,
|
.paperList,
|
||||||
.visualCardBox {
|
.visualCardBox {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 1.000em;
|
border-radius: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue