From 8ddc44fba6d72e10023b8701edf2d83521909744 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 20 Oct 2023 19:46:47 +0800 Subject: [PATCH] Mobile Safari need this Else it'll be almost zero width --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 6e8e36b4..86f866f3 100644 --- a/src/app.css +++ b/src/app.css @@ -2182,6 +2182,10 @@ ul.link-list li a .icon { background-image: url('data:image/svg+xml;utf8,'); } } + + input[type='month'] { + min-width: 6em; + } } } .filter-bar.centered {