mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -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);
|
background-color: var(--color-bg);
|
||||||
font-size: var(--font-sm);
|
font-size: var(--font-sm);
|
||||||
outline: none;
|
outline: none;
|
||||||
resize: vertical;
|
resize: both;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
outline: var(--focus-ring);
|
outline: var(--focus-ring);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user