Skip to content

Commit

Permalink
theme reply bar + untheme vc card + fix boost progress bar (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
DokterKaj authored Sep 13, 2024
1 parent e14e442 commit 247950e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
}
}

// reply bar
[class^="attachedBars_"] {
background: $crust;

[class^="replyBar_"] {
background: $crust;
}
}

// text input area
div[class^="channelTextArea"] {
div[class^="buttons"] * {
Expand Down Expand Up @@ -391,11 +400,6 @@ div[class^="callContainer"] {
}
}

div[class*="tile_"],
div[class*="background_"] {
background-color: $base !important;
}

div[class*="overlayTitle"],
svg[class*="status_"] {
background-color: $surface0;
Expand Down
4 changes: 2 additions & 2 deletions src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -614,12 +614,12 @@ div[class^="perksModal"] {

// boost progress bar
div[class^="sidebar"] div[class^="container"] {
div[class^="progressBar"] {
div[class^="progressBar_"] {
background: linear-gradient(90deg, $blue, $mauve);
}

&:hover {
div[class^="progressBar"] {
div[class^="progressBar_"] {
background: linear-gradient(90deg, $blue, $mauve 34%, $blue 67%, $mauve);
background-size: 300% 100%;
}
Expand Down

0 comments on commit 247950e

Please sign in to comment.