Skip to content

Commit 832a040

Browse files
committed
feat: make the chat body resizable (#1)
1 parent c53e232 commit 832a040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content-script/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
background-color: var(--theme-color);
6767
color: var(--font-color);
6868
max-height: 800px;
69+
resize: vertical;
6970
overflow-y: auto;
7071

7172
ul,

0 commit comments

Comments
 (0)