diff options
| author | 2025-05-06 10:01:59 +0200 | |
|---|---|---|
| committer | 2025-05-06 12:06:40 +0200 | |
| commit | d0c3bd80e6a2401de2848a1e8dbb1b6d832c09ec (patch) | |
| tree | e9e350536562ede5bf4a3b59dc3ff502b7ec218a /web/source/css | |
| parent | [chore] Update goreleaser (#4133) (diff) | |
| download | gotosocial-d0c3bd80e6a2401de2848a1e8dbb1b6d832c09ec.tar.xz | |
[bugfix] Fixes to tablist, fileinput, checkbox
Diffstat (limited to 'web/source/css')
| -rw-r--r-- | web/source/css/base.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; } } |
