hotfix release 2.2.8.1 - fix the scrollbar

This commit is contained in:
edshot99 2025-03-02 23:34:49 -06:00
parent ec960a9b9c
commit 18f365699a
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 2.2.8
@version 2.2.8.1
@description Muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)], edshot99 [(https://git.groovyexpress.com/edshot99)]
@preprocessor stylus
@ -834,11 +834,11 @@ body[data-th-extra=winter] div#page div[id*=c-]::after {
::-webkit-scrollbar {
width: 10px;
background: var(--bg);
background: #0000004d;
}
::-webkit-scrollbar-thumb {
background: var(--bg-300);
background: #ffffff4d;
}
nav.navigation {

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 2.2.8
@version 2.2.8.1
@description Muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)], edshot99 [(https://git.groovyexpress.com/edshot99)]
@preprocessor stylus