From 4a6b3575013278aca47cd1084458091b4055d2d1 Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 6 May 2025 08:06:52 +0000 Subject: [bugfix] Fixes to tablist, fileinput, checkbox (#4139) Some fixes to various frontend things: - Fix signup checkbox being height 0 on webkit - closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4136 - Fix wonky file input on chrome and webkit - closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4138 - Make tablist in interaction policies keyboard accessible with proper left/right + focus handling, see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/tablist_role Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4139 Co-authored-by: tobi Co-committed-by: tobi --- web/source/css/base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web/source/css') diff --git a/web/source/css/base.css b/web/source/css/base.css index 2122e5aae..615616725 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -493,9 +493,8 @@ section.with-form { gap: 0.4rem; & > input { - height: 100%; - width: 5%; - min-width: 1.2rem; + height: 1rem; + width: 1rem; align-self: center; } } -- cgit v1.2.3