From a925dd38ad8a51dbf443506b0772150a5cef0799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 15 Jul 2020 00:47:27 +0200 Subject: Repair jump to date. --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index abb4f8c7..a413ce83 100644 --- a/static/style.css +++ b/static/style.css @@ -108,16 +108,16 @@ html, body { padding-bottom: 1ex; } -.jump-to > form { +#jump-to > form { display: flex; } -.jump-to input { +#jump-to input { flex-grow: 2; margin-right: 1em; } -.jump-to button, .jump-to a { +#jump-to button, #jump-to a { /* Same as height, figure out way to force this */ width: 2.5em; } -- cgit v1.2.3