Skip to content

Commit

Permalink
Merge pull request #143 from Eir-nya/fix-vertical-user-area-discovery…
Browse files Browse the repository at this point in the history
…-button

Fix vertical user area & server discovery button
  • Loading branch information
Gibbu authored Oct 7, 2024
2 parents 710d3b6 + fbd630f commit ec0fc49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
.tree_fea3ef {
outline: none !important;
}
.scroller_fea3ef {
margin-bottom: var(--user-area, 220px);
}
.unreadMentionsIndicatorBottom_fea3ef {
bottom: calc(var(--user-area) + 10px);
}
// Discovery button
.footer_aa1bff {
width: 100%;
margin-bottom: var(--user-area, 220px);
.listItem_c96c45 {
margin-bottom: 0px;
}
}
}

.panels_a4d4d9 > .container_b2ca13 {
Expand Down
4 changes: 2 additions & 2 deletions src/theme/guilds/_server.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#app-mount {
.wrapper-28eC3z {
.wrapper_c5f96a {
width: var(--server-size);
height: var(--server-size);
}
.svg-2zuE5p {
.svg_c5f96a {
width: var(--server-size);
height: var(--server-size);
}
Expand Down

0 comments on commit ec0fc49

Please sign in to comment.