From 15fc35b0b216841b4ed265540597f19806006e17 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 7 Dec 2023 21:53:17 -0500 Subject: [PATCH] Smol style tweak --- assets/css/simple.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/simple.css b/assets/css/simple.css index d98a586..6452a95 100644 --- a/assets/css/simple.css +++ b/assets/css/simple.css @@ -65,6 +65,8 @@ resize: vertical; } +.form-field > textarea:after { cursor: ns-resize; } + .form-checkbox { display: flex; flex-flow: row;