Skip to content

Commit

Permalink
Fixed for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Mar 28, 2024
1 parent 992b668 commit c421455
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions src/addons/_bottomhsl.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body #app-mount {
.app_b1f720 .base__3e6af {
.app_b1f720 .base_c0676e {
top: 0 !important;
bottom: var(--server-container) !important;
}
Expand All @@ -19,7 +19,7 @@ body #app-mount {
.guilds__2b93a.content-Pph8t6 {
top: unset !important;
bottom: var(--server-container) !important;
&:not(.closed-j55_T-) + .base__3e6af {
&:not(.closed-j55_T-) + .base_c0676e {
top: 0 !important;
bottom: calc(var(--server-container) * 2) !important;
}
Expand All @@ -36,6 +36,6 @@ body #app-mount {
}
}
}
html.platform-osx #app-mount .base__3e6af {
html.platform-osx #app-mount .base_c0676e {
top: 32px !important;
}
10 changes: 5 additions & 5 deletions src/addons/_resizablelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
.scrollerWrap-1IAIlv {
width: calc(100% + 30px);
}
.svg_ad7356,
.wrapper__3af0b,
.svg__34dd4,
.wrapper__9916c,
.guildsError-b7zR5H,
.placeholderMask__94802 {
.placeholderMask_ca6625 {
width: var(--server-size);
height: var(--server-size);
}
Expand All @@ -20,10 +20,10 @@
left: 50%;
translate: -50% 0;
}
.wrapper__3670f {
.wrapper_b4903b {
height: var(--server-size) !important;
}
.wrapper_ed1dea {
.wrapper__832f2 {
width: var(--server-container);
}
[class*='listItem']:not([class*='listItemWrapper']) {
Expand Down
2 changes: 1 addition & 1 deletion src/base.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@use './theme';
@use './theme';
26 changes: 13 additions & 13 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use '../addons/resizablelist';

#app-mount {
.app_b1f720 .base__3e6af {
.app_b1f720 .base_c0676e {
top: var(--server-container) !important;
position: absolute !important;
left: 0 !important;
Expand All @@ -11,7 +11,7 @@
max-width: 100%;
}

.sidebar_ded4b5 {
.sidebar_e031be {
border-radius: 0;
}

Expand All @@ -36,7 +36,7 @@
margin-bottom: 0 !important;
}

.scrollerBase__2b744 {
.scrollerBase__65223 {
padding: var(--server-spacing) 0 !important;
display: flex;
flex-direction: var(--server-direction);
Expand Down Expand Up @@ -90,7 +90,7 @@
}
}

.wrapper_ed1dea {
.wrapper__832f2 {
display: flex;
flex-direction: var(--server-direction);
gap: var(--server-spacing);
Expand Down Expand Up @@ -123,18 +123,18 @@
}

// Dragging server indicator
.wrapper_a54cba {
.wrapper__0a9af {
top: 0;
bottom: 0;
}
.target__47b05::before {
.target__2c5c2::before {
top: 0;
height: var(--server-size);
width: 4px;
left: -6px;
}

&.hidden__7c832 + .base__3e6af {
&.hidden__7c832 + .base_c0676e {
top: 0 !important;
}
}
Expand Down Expand Up @@ -169,15 +169,15 @@
.BF-folderSidebar {
position: absolute !important;
top: calc(var(--server-container) * 2) !important;
&:not(.closed-j55_T-) + .base__3e6af {
&:not(.closed-j55_T-) + .base_c0676e {
top: calc(var(--server-container) * 2.5) !important;
}
}

// ReadAllNotifications by DevilBro
.guilds__2b93a .frame-oXWS21[class*='listItem'] {
height: var(--server-size) !important;
.wrapper_d281dd {
.wrapper__8436d {
height: 100% !important;
}
.button-Jt-tIg {
Expand Down Expand Up @@ -208,10 +208,10 @@
}
}
html.platform-osx #app-mount {
.typeMacOS__496b0 {
.typeMacOS_cacc59 {
width: 100%;
}
.base__3e6af {
.base_c0676e {
top: calc(var(--server-container) + 30px) !important;
}
#pluginNotice {
Expand All @@ -220,11 +220,11 @@ html.platform-osx #app-mount {
}
}

body.foldercontentopened .base__3e6af {
body.foldercontentopened .base_c0676e {
transition: 0.2s ease !important;
}

// User area being offset
.accountProfilePopoutWrapper_af829a {
.accountProfilePopoutWrapper_d4887f {
left: 0;
}

0 comments on commit c421455

Please sign in to comment.