Skip to content

Commit daab9dc

Browse files
authored
Updated themes/redesign
1 parent 91a345e commit daab9dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: discord/themes/redesign/import.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ html {
121121

122122
.circleIconButton_db6521 {
123123
color: var(--green-360);
124+
125+
&:hover {
126+
color: var(--interactive-active);
127+
}
124128
}
125129

126130
>.footer_aa1bff {
@@ -247,7 +251,7 @@ html {
247251
grid-auto-rows: 1fr;
248252
grid-auto-flow: column;
249253

250-
>div:nth-last-child(3):not(.chatLayerWrapper_d1c246, :has([class*="scroll_detection_"])),
254+
>div:nth-last-child(3):not(.chat_a7d72e, .chatLayerWrapper_d1c246, :has(> [class*="scroll_detection_"])),
251255
>div:nth-last-child(2):not(.chatLayerWrapper_d1c246) {
252256
display: none;
253257
}
@@ -657,7 +661,7 @@ html {
657661
}
658662
}
659663

660-
&:has([class*="discoverHeader_"]) {
664+
&:has([class^="discoverHeader_"]) {
661665
.sidebarContainer_a3a4ce {
662666
scrollbar-width: none;
663667
background-color: var(--background-secondary);

0 commit comments

Comments
 (0)