fix: new emoji icon and stop streaming button (#277)
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
|
||||
$brand: $blue;
|
||||
|
||||
button[class*="emojiButtonNormal"] > div > div {
|
||||
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.015) opacity(100%) !important;
|
||||
}
|
||||
|
||||
@import "theme";
|
||||
.theme-dark {
|
||||
@import "@catppuccin/highlightjs/sass/catppuccin-frappe";
|
||||
|
||||
@@ -13,11 +13,6 @@
|
||||
|
||||
$brand: $blue;
|
||||
|
||||
button[class*="emojiButtonNormal"] > div > div {
|
||||
filter: grayscale(0.77) hue-rotate(185deg) brightness(0.7) opacity(100%)
|
||||
contrast(2) !important;
|
||||
}
|
||||
|
||||
// for dark sidebars :clueless:
|
||||
:root .theme-dark {
|
||||
@import "@catppuccin/palette/scss/mocha";
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
|
||||
$brand: $blue;
|
||||
|
||||
button[class*="emojiButtonNormal"] > div > div {
|
||||
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.03) opacity(100%) !important;
|
||||
}
|
||||
|
||||
@import "theme";
|
||||
.theme-dark {
|
||||
@import "@catppuccin/highlightjs/sass/catppuccin-macchiato";
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
|
||||
$brand: $blue;
|
||||
|
||||
button[class*="emojiButtonNormal"] > div > div {
|
||||
filter: grayscale(0.77) hue-rotate(185deg) brightness(1.02) opacity(100%) !important;
|
||||
}
|
||||
|
||||
@import "theme";
|
||||
.theme-dark {
|
||||
@import "@catppuccin/highlightjs/sass/catppuccin-mocha";
|
||||
|
||||
@@ -311,6 +311,11 @@ div[class*="actions_"] {
|
||||
button svg > path {
|
||||
fill: $crust !important;
|
||||
}
|
||||
|
||||
// bodge for streaming "close stream" button
|
||||
div[class^="panelButtonContainer"] button svg > path {
|
||||
fill: $text !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Loading tip keys
|
||||
|
||||
Reference in New Issue
Block a user