From b4b82b8cd4866578763cc6bc6e20b35c054f1ace Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 4 Dec 2023 04:27:29 +0300 Subject: style: hide resize grip on textareas --- src/main/assets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index a714388f..e8ddad56 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -539,7 +539,8 @@ article .tags > a::before, flex-grow: 1; outline: none !important; padding: 4px; - resize: vertical; + overflow: auto; + resize: none; vertical-align: top; } @@ -882,7 +883,8 @@ blockquote { /* textarea on the /post page */ border: 1px solid #DDD; padding: 2px; - resize: vertical; + resize: none; + overflow: auto; width: 100%; } -- cgit v1.2.3