We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e0bbce + 16c5707 commit 0543b11Copy full SHA for 0543b11
1 file changed
styles/elements/_right--textarea.scss
@@ -1,21 +1,20 @@
1
-// .cefa5c26:has(#chat-input) {
2
-._77cefa5:has(#chat-input) {
+._77cefa5 {
3
4
background: var(--c-bg-textarea) !important;
5
// box-shadow: inset 0 0 1px 1px hsla(var(--accent-hsl) / 0.08) !important;
6
backdrop-filter: blur(18px);
7
// border: none !important;
8
border-radius: calc(var(--br) * 1.9) !important;
9
10
- /* Textarea */
11
- #chat-input {
12
- color: var(--c-txt) !important;
13
- // padding: 1.2rem;
+ // /* Textarea */
+ // #chat-input {
+ // color: var(--c-txt) !important;
+ // // padding: 1.2rem;
14
15
- &::placeholder {
16
- color: var(--c-subtext-2) !important;
17
- }
18
+ // &::placeholder {
+ // color: var(--c-subtext-2) !important;
+ // }
19
20
/* Attach icon */
21
.f02f0e25 {
0 commit comments