Skip to content

Commit c9d8e44

Browse files
authored
Fixed spotify player on sidebar
1 parent 26f3200 commit c9d8e44

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

discord/themes/redesign/import.css

+17
Original file line numberDiff line numberDiff line change
@@ -744,4 +744,21 @@ html:is(.is-mobile) {
744744
}
745745
}
746746
}
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+
}
747764
}

0 commit comments

Comments
 (0)