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 26f3200 commit c9d8e44Copy full SHA for c9d8e44
discord/themes/redesign/import.css
@@ -744,4 +744,21 @@ html:is(.is-mobile) {
744
}
745
746
747
+}
748
+
749
+[id="vc-spotify-player"] {
750
+ border-top: 1px solid var(--border-subtle);
751
+ border-bottom: none !important;
752
+ padding-left: 12px !important;
753
+ padding-right: 12px !important;
754
755
+ &:before {
756
+ content: "";
757
+ position: relative;
758
+ display: block;
759
+ height: 8px;
760
+ width: 100%;
761
+ top: 0;
762
+ left: 0;
763
+ }
764
0 commit comments