From 42bcf3aa4e2265fd53f4f474c34f15615e9b6a8d Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 02:46:58 -0600 Subject: [PATCH] resize fix --- custom/assets/instance.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 46dfbbfe1..f99eafb51 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -134,3 +134,5 @@ header.sidebar { & > .note-context, & > .article > .main > footer { display: none; } } .list.notifications > .noGap > .notification._panel { padding: 1rem 2.5rem; & > .meta { padding: 0; } } + +section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */