Skip to content

Commit

Permalink
v1-125
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Nov 25, 2024
1 parent 7b63f3e commit 936f6dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion addons/PurpleServerList.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
#app-mount .guilds_a4d4d9 .scroller_fea3ef,
#app-mount .guilds_a4d4d9 .scroller_fea3ef {
width: calc(var(--ServerSize) + 18px);
height: 100%;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -191,7 +192,7 @@
align-items: center;
}

.footer_f8ec41 {
.footer_d71945 {
margin: 6px 0 6px 0;
width: auto;
padding: 0;
Expand Down
7 changes: 5 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root {
--version: "1-124"; /* 0-00 */
--version: "1-125"; /* 0-00 */
--currentVersion: "WizardUI v" var(--version);
/* MAIN VARIABLES */
--AppName: "DISCORD";
Expand Down Expand Up @@ -6368,8 +6368,11 @@ path[d="M4.16667 8.33333V5.83333H5.83333V8.33333H7.91667V5H9.16667L5 1.25L0.8333
flex: 1 1 auto;
}

.footer_f8ec41 {
.footer_d71945 {
display: flex;
background: transparent;
justify-content: center;
align-items: center;
}

.navList_af5dbb {
Expand Down

0 comments on commit 936f6dd

Please sign in to comment.