Skip to content

Commit

Permalink
Fix class name for discovery icon again. Add offset for vencord's "Ga…
Browse files Browse the repository at this point in the history
…me Activity Toggle" Button.
  • Loading branch information
Lioncat6 committed Dec 13, 2024
1 parent 6cc0eec commit 1bbfb84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
bottom: calc(var(--user-area) + 10px);
}
// Discovery button
.footer_f8ec41 {
.footer_d71945 {
width: 100%;
margin-bottom: var(--user-area, 220px);
margin-bottom: calc(var(--user-area, 200px) + var(--iconOffset));
background: transparent;
.listItem_c96c45 {
margin-bottom: 0px;
Expand Down
1 change: 1 addition & 0 deletions src/theme/vencord/_index.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@forward './plugins/spotifycontrols';
@forward './plugins/gameactivitytoggle'
7 changes: 7 additions & 0 deletions src/theme/vencord/plugins/_gameactivitytoggle.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#app-mount {
--iconOffset: 0px;

:has(.button_adca65 .contents_dd4f85 > svg) {
--iconOffset: 40px !important;
}
}

0 comments on commit 1bbfb84

Please sign in to comment.