Skip to content

Commit

Permalink
Fixed guilds, sidebar and user area icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Dec 13, 2024
1 parent 6897288 commit bfb0192
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/addons/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,11 @@
}

// User area mute mic
svg:has(path[d^=' M1025.219970703125,-87.2040023803711 C1025.219970703125,-87.2040023803711']),
svg:has(path[d^=' M681.219970703125,212.79600524902344 C681.219970703125,212.79600524902344']),
svg:has(path[d^=' M67.22000122070312,823.7960205078125 C67.22000122070312,823.7960205078125']) {
svg:has(g[transform='matrix(1,0,0,1,12,12)'] > path) {
mask-image: url(mono.$mic);
}
// User area deafen
svg:has(path[d^=' M-8,-0.2879999876022339 C-8,-4.705999851226807 -4.418000221252441']) {
svg:has(g[transform='matrix(1,0,0,1,12,12.288000106811523)'] > path) {
mask-image: url(mono.$speaker);
}
// User area settings
Expand Down Expand Up @@ -455,7 +453,7 @@ $icons: (
'account-switch-account': mono.$user-swap
);

.item_d90b3d:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_d90b3d) {
.item_d90b3d:not(#account-status-picker, [role='menuitemradio'], .hideInteraction_d90b3d, [id^='message-actions-add-reaction']) {
.icon_d90b3d {
display: none !important;
}
Expand Down
7 changes: 7 additions & 0 deletions src/theme/guilds/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@
margin-bottom: 4px;
}
}
.gradient_d71945 {
background: linear-gradient(to top, var(--bg-main) 0, rgba(0, 0, 0, 0) 100%);
top: -8px;
}
.footer_d71945 {
background: transparent;
}
}
2 changes: 1 addition & 1 deletion src/theme/sidebar/_container.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#app-mount {
.sidebar_a4d4d9 {
width: var(--channels-width);
width: var(--channels-width) !important;
background: var(--bg-alt);
border-right: 1px solid var(--border-mid);
box-sizing: border-box;
Expand Down

0 comments on commit bfb0192

Please sign in to comment.