From a661ddb313b3c5a50a7413b22b3f9a176c1a5145 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 30 Nov 2022 00:37:07 +1300 Subject: [PATCH] Make the search box magically fit the space --- static/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/main.css b/static/main.css index c6b2791..b697350 100644 --- a/static/main.css +++ b/static/main.css @@ -256,6 +256,9 @@ figcaption, .lightbox-caption, .thumbcaption { .bw-ss__list--loading { background: #c0c0c0; } +.bw-ss__input { + width: 100%; /* magically makes it fit the available space */ +} .bw-ss__input--accepted { background: #fffbc0; }