Skip to content

Commit

Permalink
v1-30
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Mar 6, 2025
1 parent 46ca57f commit 6f798ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions addons/PurpleServerList.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,9 @@
height: 16px;
background-color: var(--Unread);
clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.folder__48112, .folderIconWrapper__48112 {
width: 100%;
height: 100%;
}
13 changes: 5 additions & 8 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root {
--version: "1-29"; /* 0-00 */
--version: "1-30"; /* 0-00 */
--currentVersion: "WizardUI v" var(--version);
/* MAIN VARIABLES */
--AppName: "DISCORD";
Expand Down Expand Up @@ -1647,8 +1647,8 @@ div[class^=folderIconWrapper][style="background-color: rgba(88, 101, 242, 0.4);"
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: block;
font-size: 20px;
line-height: calc(var(--ServerSize) + 3px);
font-size: 16px;
line-height: calc(var(--ServerSize) / 2);
text-align: center;
color: var(--Text);
}
Expand Down Expand Up @@ -2424,7 +2424,6 @@ div[aria-label="Purple Wizard"] .topSection-13QKHs .nameTag-2Nlmsy:before,

.guilds_c48ade svg[width="48"],
.guilds_c48ade [class*=guildsError_],
.guilds_c48ade div[class^=folder_],
.bd-minimal .guilds_c48ade [class*=guildsError_],
.bd-minimal .guilds_c48ade svg[width="48"] {
width: var(--ServerSize);
Expand All @@ -2449,9 +2448,6 @@ div[aria-label="Purple Wizard"] .topSection-13QKHs .nameTag-2Nlmsy:before,
.expandedFolderIconWrapper__48112 {
width: 100%;
height: 100%;
}

.expandedFolderBackground__48112 {
min-height: var(--ServerSize);
top: 0;
left: 0;
Expand Down Expand Up @@ -4929,7 +4925,8 @@ div[class^=folderIconWrapper],
}

.guilds_c48ade svg[width="48"]>foreignObject>.wrapper__6e9f8 {
transform: scale(1.06666666);
overflow: hidden;
transform: scale(1.0);
transform-origin: 0px 0px;
}

Expand Down

0 comments on commit 6f798ed

Please sign in to comment.