Tweak poster size on home screen

This commit is contained in:
MrTimscampi 2020-02-09 01:59:52 +01:00
parent 0f31f8a261
commit 68ddf19605
4 changed files with 15 additions and 3 deletions

View File

@ -725,7 +725,7 @@ button::-moz-focus-inner {
@media (min-width: 120em) {
.overflowSquareCard,
.overflowPortraitCard {
width: 10.3vw;
width: 10.41vw;
}
}

View File

@ -1,3 +1,7 @@
* {
scrollbar-color: #3b3b3b #202020;
}
.skinHeader,
html {
color: #ddd;

View File

@ -1,3 +1,8 @@
* {
scrollbar-width: thin;
scrollbar-color: #3b3b3b #202020;
}
.skinHeader,
html {
color: #ddd;
@ -425,8 +430,7 @@ html {
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em;
width: 0.4em;
}
::-webkit-scrollbar-thumb:horizontal,

View File

@ -1,3 +1,7 @@
* {
scrollbar-color: #3b3b3b #202020;
}
html {
color: #eee;
color: rgba(255, 255, 255, 0.9);