Skip to content

Commit

Permalink
Merge pull request #151 from Lioncat6/main
Browse files Browse the repository at this point in the history
Fix discovery button again
  • Loading branch information
Gibbu authored Dec 14, 2024
2 parents 6cc0eec + 1bbfb84 commit 78775a9
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 78775a9

Please sign in to comment.