mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 09:54:36 -05:00
Allow resizing textarea also horizontally
This commit is contained in:
parent
e1054eda6e
commit
05df7d1421
|
|
@ -93,7 +93,7 @@
|
|||
background-color: var(--color-bg);
|
||||
font-size: var(--font-sm);
|
||||
outline: none;
|
||||
resize: vertical;
|
||||
resize: both;
|
||||
|
||||
&:focus-within {
|
||||
outline: var(--focus-ring);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user