Skip to content

Commit e3675f6

Browse files
committed
move my additions to the bottom
1 parent a924cd1 commit e3675f6

File tree

1 file changed

+40
-36
lines changed

1 file changed

+40
-36
lines changed

src/main.css

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -552,42 +552,6 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
552552
order: -1;
553553
}
554554

555-
/* modal */
556-
[class^='footerSeparator_f9a4c9'] {
557-
box-shadow: none /* remove top border of footer */
558-
}
559-
560-
/* forums */
561-
[class^='textContentFooter_a57509'] {
562-
background: none !important /* removes the shadow in grid view forum posts */
563-
}
564-
565-
.chatHeaderBar_e2f46e {
566-
margin-bottom: 10px /* removes overlap between "messages" and "this post has been locked" */
567-
}
568-
569-
/* voice */
570-
.gradientContainer_dd069c {
571-
background: none !important /* removes the top/bottom gradients in voice channels */;
572-
}
573-
.callContainer_d880dc .container_fc4f04::after {
574-
display: none
575-
}
576-
.callContainer_d880dc .container_fc4f04 {
577-
border: 0
578-
}
579-
.button_dd4f85.colorable_ef18ee.red_ef18ee svg {
580-
color: var(--white-500) !important /* disconnect button */
581-
}
582-
.heading_a5ea57 {
583-
color: var(--txt-0) !important /* "you're the only one here. */
584-
}
585-
586-
/* image popup */
587-
.downloadLink_a15d41 {
588-
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
589-
}
590-
591555
@supports (color:color-mix(in lch,red,blue))and (top:var(--f)) {
592556
.theme-light, .theme-dark {
593557
--action-sheet-gradient-bg: var(--primary-630);
@@ -1009,3 +973,43 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
1009973
transform: none !important;
1010974
}
1011975
/* end 909 commits */
976+
977+
/* begin stel commits */
978+
979+
/* modal */
980+
[class^='footerSeparator_f9a4c9'] {
981+
box-shadow: none /* remove top border of footer */
982+
}
983+
984+
/* forums */
985+
[class^='textContentFooter_a57509'] {
986+
background: none !important /* removes the shadow in grid view forum posts */
987+
}
988+
989+
.chatHeaderBar_e2f46e {
990+
margin-bottom: 10px /* removes overlap between "messages" and "this post has been locked" */
991+
}
992+
993+
/* voice */
994+
.gradientContainer_dd069c {
995+
background: none !important /* removes the top/bottom gradients in voice channels */;
996+
}
997+
.callContainer_d880dc .container_fc4f04::after {
998+
display: none
999+
}
1000+
.callContainer_d880dc .container_fc4f04 {
1001+
border: 0
1002+
}
1003+
.button_dd4f85.colorable_ef18ee.red_ef18ee svg {
1004+
color: var(--white-500) !important /* disconnect button */
1005+
}
1006+
.heading_a5ea57 {
1007+
color: var(--txt-0) !important /* "you're the only one here. */
1008+
}
1009+
1010+
/* image popup */
1011+
.downloadLink_a15d41 {
1012+
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
1013+
}
1014+
1015+
/* end stel commits */

0 commit comments

Comments
 (0)