diff --git a/discord/themes/redesign/import.css b/discord/themes/redesign/import.css index f828a58..baf69f5 100644 --- a/discord/themes/redesign/import.css +++ b/discord/themes/redesign/import.css @@ -744,4 +744,21 @@ html:is(.is-mobile) { } } } +} + +[id="vc-spotify-player"] { + border-top: 1px solid var(--border-subtle); + border-bottom: none !important; + padding-left: 12px !important; + padding-right: 12px !important; + + &:before { + content: ""; + position: relative; + display: block; + height: 8px; + width: 100%; + top: 0; + left: 0; + } } \ No newline at end of file