Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2023-07-14 10:05:18 +02:00
parent a3ac53c356
commit 1576427e56
1 changed files with 25 additions and 0 deletions

View File

@ -232,6 +232,7 @@ html {
5. MEMBERLIST
6. CALL
5. PEOPLES
1. FAMILY CENTER
6. STORE/NITRO
1. BIRTHDAY PAGE
7. LIBRARY
@ -1622,6 +1623,30 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
background-color: var(--background-secondary-alt);
}
/* ---- 5.1. FAMILY CENTER ---- */
.contentPanel-2uDEUG::-webkit-scrollbar {
width: 16px;
height: 16px;
}
.contentPanel-2uDEUG::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-auto-thumb);
min-height: 40px;
}
.contentPanel-2uDEUG::-webkit-scrollbar-track {
background-color: var(--scrollbar-auto-track);
}
.contentPanel-2uDEUG::-webkit-scrollbar-thumb,
.contentPanel-2uDEUG::-webkit-scrollbar-track {
border: 4px solid transparent;
background-clip: padding-box;
border-radius: 8px;
}
.contentPanel-2uDEUG::-webkit-scrollbar-corner {
background-color: transparent;
}
/* ~~~~ 6. STORE/NITRO ~~~~ */
#app-mount .header-2cF-SF {