From ac1854bf3a01b86fb47bec0455f95f4a83ccab0f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 22 Dec 2023 05:15:43 +0100 Subject: [PATCH] fix: css --- src/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 020cef0..40a627d 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -71,6 +71,10 @@ aside button { aside textarea { min-width: 20em; min-height: 7em; + + /* move resize arrow to the left */ + direction: rtl; + text-align: left; } /* index listing of posts */ @@ -82,7 +86,7 @@ li { padding-bottom: 1em; } -/* Edit button */ +/* remove arrow of edit button */ summary { display: inline; }