Skip to content

Commit 0543b11

Browse files
authored
Merge pull request #19 from itsmartashub/fix/chatbox-style
2 parents 3e0bbce + 16c5707 commit 0543b11

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

styles/elements/_right--textarea.scss

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
// .cefa5c26:has(#chat-input) {
2-
._77cefa5:has(#chat-input) {
1+
._77cefa5 {
32

43
background: var(--c-bg-textarea) !important;
54
// box-shadow: inset 0 0 1px 1px hsla(var(--accent-hsl) / 0.08) !important;
65
backdrop-filter: blur(18px);
76
// border: none !important;
87
border-radius: calc(var(--br) * 1.9) !important;
98

10-
/* Textarea */
11-
#chat-input {
12-
color: var(--c-txt) !important;
13-
// padding: 1.2rem;
9+
// /* Textarea */
10+
// #chat-input {
11+
// color: var(--c-txt) !important;
12+
// // padding: 1.2rem;
1413

15-
&::placeholder {
16-
color: var(--c-subtext-2) !important;
17-
}
18-
}
14+
// &::placeholder {
15+
// color: var(--c-subtext-2) !important;
16+
// }
17+
// }
1918

2019
/* Attach icon */
2120
.f02f0e25 {

0 commit comments

Comments
 (0)