We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61449fd commit 6fd6cdaCopy full SHA for 6fd6cda
discord/themes/redesign/import.css
@@ -600,6 +600,12 @@ html {
600
601
>[class="searchBar_f0963d"] {
602
padding: 3px 16px 4px;
603
+
604
+ >button {
605
+ height: 32px;
606
+ padding-left: 12px;
607
+ border-radius: 6px;
608
+ }
609
}
610
611
div:not(:has([class="animatedContainer_fd6364"]))>[class="header_fd6364"] {
@@ -795,6 +801,17 @@ ol[aria-label*="Messages in"]>.divider_c2654d {
795
801
display: none;
796
802
797
803
804
+.searchBar_a46bef {
805
+ height: 30px;
806
+ display: flex;
807
+ align-items: center;
808
809
+ >.DraftEditor-root {
810
+ margin-top: 6px;
811
+ margin-left: 4px;
812
813
+}
814
798
815
html:is(.is-mobile) {
799
816
[class="container_a4d4d9"] {
800
817
>.base_a4d4d9 {
0 commit comments