Skip to content

Commit

Permalink
Merge pull request #112 from Lioncat6/main
Browse files Browse the repository at this point in the history
Fixed the vencord spotify controlls not having a transparent background
  • Loading branch information
Gibbu authored Apr 1, 2024
2 parents 9d5a7b1 + 2c44bd9 commit 4b8eea4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
@use './profile';

@use './betterdiscord';
@use './vencord';

@use '../addons/serverrings';
2 changes: 2 additions & 0 deletions src/theme/vencord/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@forward './plugins/spotifycontrols';

5 changes: 5 additions & 0 deletions src/theme/vencord/plugins/_spotifycontrols.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#app-mount {
#vc-spotify-player {
background: transparent;
}
}

0 comments on commit 4b8eea4

Please sign in to comment.