Skip to content

Commit

Permalink
deploy: 78775a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Dec 14, 2024
1 parent 557b1e9 commit 15dec0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions SoftX.css
Original file line number Diff line number Diff line change
Expand Up @@ -4074,6 +4074,13 @@ body #ChannelsPreview::before {
background: transparent;
}

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

:root {
--server-unread-colour: 255, 255, 255;
--server-hover-colour: 255, 255, 255;
Expand Down
6 changes: 3 additions & 3 deletions VerticalUserArea.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#app-mount .guilds_a4d4d9 .unreadMentionsIndicatorBottom_fea3ef {
bottom: calc(var(--user-area) + 10px);
}
#app-mount .guilds_a4d4d9 .footer_f8ec41 {
#app-mount .guilds_a4d4d9 .footer_d71945 {
width: 100%;
margin-bottom: var(--user-area, 220px);
margin-bottom: calc(var(--user-area, 200px) + var(--iconOffset));
background: transparent;
}
#app-mount .guilds_a4d4d9 .footer_f8ec41 .listItem_c96c45 {
#app-mount .guilds_a4d4d9 .footer_d71945 .listItem_c96c45 {
margin-bottom: 0px;
}
#app-mount .panels_a4d4d9 > .container_b2ca13 {
Expand Down

0 comments on commit 15dec0d

Please sign in to comment.