Skip to content

Commit

Permalink
Fixed spotify player on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Aug 9, 2024
1 parent 26f3200 commit c9d8e44
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit c9d8e44

Please sign in to comment.