This commit is contained in:
Mirco Wittrien 2022-07-05 17:19:26 +02:00
parent 6a3e792d99
commit 5c090c45d6
3 changed files with 27 additions and 0 deletions

View File

@ -508,6 +508,29 @@ body::after {
.wrapper-1_HaEi .bar-2eAyLE:not(.mention-3XBnnZ)::after {
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + var(--guildchanneltransparency) * 1.9 + 0.1));
}
.fixedBottomList-1yrBla {
background: transparent !important;
box-shadow: none !important;
}
.fixedBottomList-1yrBla::before,
.fixedBottomList-1yrBla::after {
content: "";
position: relative;
top: 0;
bottom: 0;
right: 0;
left: 0;
pointer-events: none;
z-index: -1;
}
.fixedBottomList-1yrBla::before {
background: var(--background) var(--backgroundposition)/var(--backgroundsize);
background-attachment: fixed;
}
.fixedBottomList-1yrBla::after {
background-color: rgba(var(--transparencycolor), calc(var(--guildchanneltransparency) * 2));
backdrop-filter: blur(var(--backgroundblur));
}
/* ~~~~ 5. CHANNELLIST ~~~~ */

View File

@ -45,6 +45,9 @@ body #app-mount .layer-86YKbF ~ .layer-86YKbF .sidebar-nqHbhN {
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG[aria-controls="authorized-apps-tab" i]::before {
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settingsicons/apps.svg) center/contain no-repeat;
}
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG[aria-controls="sessions-tab" i]::before {
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settingsicons/sessions.svg) center/contain no-repeat;
}
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG[aria-controls="connections-tab" i]::before {
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/settingsicons/connections.svg) center/contain no-repeat;
}

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M 2.6660156 0 C 1.1932556 0 0 1.1932556 0 2.6660156 L 0 21.333984 C 0 22.813984 1.1993486 24 2.6660156 24 L 21.333984 24 C 22.813984 24 24 22.813984 24 21.333984 L 24 16 L 21.333984 18.699219 L 21.333984 21.333984 L 2.6660156 21.333984 L 2.6660156 2.6660156 L 21.333984 2.6660156 L 21.333984 5.3007812 L 24 8 L 24 2.6660156 C 24 1.1932566 22.806744 0 21.333984 0 L 2.6660156 0 z M 17.333984 5.3339844 L 15.439453 7.2128906 L 18.892578 10.666016 L 6 10.666016 L 6 13.333984 L 18.892578 13.333984 L 15.439453 16.773438 L 17.333984 18.666016 L 24 12 L 17.333984 5.3339844 z"/></svg>

After

Width:  |  Height:  |  Size: 671 B