Skip to content

Commit

Permalink
Updated for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Mar 29, 2024
1 parent 509003d commit 819d462
Show file tree
Hide file tree
Showing 63 changed files with 529 additions and 513 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"build": "bd-scss build"
},
"dependencies": {
"@discordstyles/classes": "^0.0.15",
"@discordstyles/classes": "^0.0.16",
"bd-scss": "2.0.14"
},
"devDependencies": {
"prettier": "^2.8.8"
"prettier": "^3.2.5"
}
}
114 changes: 59 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
--fluent-icons-color: var(--interactive-normal);
}

.wrapper__7bcde {
&.modeMuted__0aeea {
.wrapper__612a5 {
&.modeMuted_f0a72e {
--fluent-icons-color: var(--interactive-muted);
}
&.modeUnread_f74c03 {
&.modeUnreadImportant__35358 {
--fluent-icons-color: var(--interactive-active);
}
}

.link__95dc0 {
.link_ddbb36 {
path {
display: none;
}
Expand Down Expand Up @@ -91,7 +91,7 @@
}

// Channel modifiers (locked/threads)
.iconContainer__3f9b0 {
.iconContainer__6a580 {
// Locked channel
&:has(path[d^='M16 4h.5v-.5a2.5 2.5 0 0 1 5 0V4h.5a1'])::before,
&:has(path[d^='M13 4C13 3.66767 13.0405'])::before,
Expand Down Expand Up @@ -126,7 +126,7 @@
}
}

.lottieIcon__9d8ab {
.lottieIcon_c7076c {
svg {
background: var(--fluent-icons-color);
}
Expand Down Expand Up @@ -186,7 +186,7 @@
mask-image: url(mono.$sound-source);
}
}
.container_ca50b9 .button__4f306[aria-checked='true'] {
.container_debb33 .button_ae40a4[aria-checked='true'] {
svg {
--fluent-icons-color: var(--status-danger);
}
Expand All @@ -203,7 +203,7 @@
}

// Voice channel status
.pencilIcon__1ec62 {
.pencilIcon_bf3d10 {
background: var(--fluent-icons-color);
mask: url(mono.$pen);
path {
Expand All @@ -212,7 +212,7 @@
}

// Send button
.sendIcon__461ff {
.sendIcon_f67abd {
mask: url(mono.$paper-plane) center/cover;
background: var(--fluent-icons-color);
path {
Expand Down Expand Up @@ -455,8 +455,8 @@ $icons: (
'account-switch-account': mono.$user-swap
);

.item__183e8:not(#account-status-picker, [role='menuitemradio'], .hideInteraction__2790e) {
.icon_f09dde {
.item__183e8:not(#account-status-picker, [role='menuitemradio'], .hideInteraction__0b569) {
.icon__0bfbf {
display: none !important;
}
&[role='menuitem'],
Expand All @@ -469,7 +469,7 @@ $icons: (
background: currentColor;
margin-right: 8px;
}
& + .layer_ec16dd .item__183e8::before {
& + .layer__6b5c3 .item__183e8::before {
content: none;
}
&.focused-3qFvc8::before {
Expand Down
14 changes: 7 additions & 7 deletions src/theme/app/_scrollbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}

// Chat scrollbar
.chatContent__5dca8 .scroller__1f96e,
.peopleList__2379e,
.scroller__52ae7 {
.chatContent_f087cb .scroller_e412fe,
.peopleList_d2f527,
.scroller_d4b86c {
&::-webkit-scrollbar {
width: 10px;
height: 10px;
Expand All @@ -25,10 +25,10 @@
}

// Other scrollbars
.members__9f47b,
.container__590e2 .scroller_f0f183,
.sidebarRegionScroller__1fa7e,
.scroller__4b984 {
.members__573eb,
.container__7e23c .scroller__1f498,
.sidebarRegionScroller__8113e,
.scroller__89969 {
&::-webkit-scrollbar {
width: 6px;
height: 6px;
Expand Down
4 changes: 3 additions & 1 deletion src/theme/app/_tabbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
bottom: 0;
left: 50%;
transform: translateX(-50%);
transition: opacity 0.15s var(--transition), width 0.15s var(--transition);
transition:
opacity 0.15s var(--transition),
width 0.15s var(--transition);
}
&:hover {
color: var(--text-primary) !important;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content: none;
}
}
// title_b7d661 container__11d72
// title_d4ba1a container__26baa
#{cls('title.children.container')} {
margin-right: 16px;

Expand Down
Loading

0 comments on commit 819d462

Please sign in to comment.