1
0
Fork 0
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:
MrTimscampi 2020-01-19 15:01:18 +01:00
parent ea28429cdf
commit a896a6bcad
3 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@
}
.listItem-border.show-focus:focus {
transform: scale(1.0) !important;
transform: scale(1) !important;
}
.listItemImage, .listItemIcon, .listItemAside {