diff options
author | dweller <dweller@cabin.digital> | 2024-03-06 01:36:57 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-06 01:36:57 +0200 |
commit | c1e0117c8b48a4550a44ca9685b34f1fd10e6b32 (patch) | |
tree | a791270e9f15836149afa2a067d4cf5da30f27a9 /style/search.css | |
parent | 9332c4fe89925472138a1c446a1791613ed35448 (diff) |
fix slider opts checkbox outline, fix tab issue with opts by just disabling tab :/, fix minor flexbox shrinkage
Diffstat (limited to 'style/search.css')
-rw-r--r-- | style/search.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/search.css b/style/search.css index 2e85c2a..9f8a88f 100644 --- a/style/search.css +++ b/style/search.css @@ -51,6 +51,7 @@ #man, #mank { + flex-shrink: 0; height: 4em; font-size: 13pt; min-width: 25pt; |