From e6f77f0a5538d7b7aafb1fd1f756170a8c5e2b92 Mon Sep 17 00:00:00 2001 From: lichenblankie Date: Mon, 30 Mar 2026 23:01:23 +0000 Subject: [PATCH] tightened up the add form spacing --- handlers.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/handlers.py b/handlers.py index bc39743..1665cae 100644 --- a/handlers.py +++ b/handlers.py @@ -357,26 +357,13 @@ def handle_add_form(msg="", action_type="index"): f"

Add a site to your index

" f'
' f'{_csrf_field()}' - f'' - f'' - f'' - f'' - f'

' - f'
' - f'

' + f'

' f'

' f'

' f'' f"
" f"

{msg}

" f'back' - f'' )