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

Fix intentation (CSS)

This commit is contained in:
MrTimscampi 2020-01-25 11:42:43 +01:00
parent 8634ae8400
commit c96aad1c95
26 changed files with 199 additions and 198 deletions

View file

@ -10,7 +10,7 @@
}
.hiddenScrollX,
.layout-tv .scrollX {
.layout-tv .scrollX {
-ms-overflow-style: none;
}
@ -19,7 +19,7 @@
}
.hiddenScrollX::-webkit-scrollbar,
.layout-tv .scrollX::-webkit-scrollbar {
.layout-tv .scrollX::-webkit-scrollbar {
height: 0 !important;
display: none;
}
@ -38,7 +38,7 @@
}
.hiddenScrollY,
.layout-tv .smoothScrollY {
.layout-tv .smoothScrollY {
-ms-overflow-style: none;
/* Can't do this because it not only hides the scrollbar, but also prevents scrolling */
@ -51,8 +51,8 @@
}
.hiddenScrollY::-webkit-scrollbar,
.layout-tv .smoothScrollY::-webkit-scrollbar,
.layout-tv .scrollY::-webkit-scrollbar {
.layout-tv .smoothScrollY::-webkit-scrollbar,
.layout-tv .scrollY::-webkit-scrollbar {
width: 0 !important;
display: none;
}