From b1bca9005629a4d91712716678508359ad8c3f94 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 9 Mar 2024 21:35:37 +0100 Subject: [PATCH] fix increase of textarea on mobile view --- src/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 0c2d86d..8ceecea 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -102,9 +102,9 @@ aside div::after { min-width: inherit; font-size: inherit; } - /* aside div::after { + aside div::after { font-size: inherit; - } */ + } } /* index listing of posts */