From b73ff72849c330305c5ba4b11baf231ae35f657b Mon Sep 17 00:00:00 2001 From: Dominic Ferrando Date: Fri, 25 Apr 2025 22:17:40 -0400 Subject: [PATCH] More tweaking --- web/static/index.css | 10 +++++++--- web/views/board.templ | 14 +++++++------- web/views/thread.templ | 4 +--- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/web/static/index.css b/web/static/index.css index 3d715cd..2b85cde 100644 --- a/web/static/index.css +++ b/web/static/index.css @@ -99,7 +99,7 @@ body { margin: 0; } -.action-search { +.action-refresh { flex: 1 1 150px; } @@ -486,9 +486,13 @@ footer { } @media (max-width: 600px) { + body { + margin: 0; + } + .action-bar { flex-direction: column; - align-items: stretch; + justify-items: center; } .action-bar select, @@ -497,7 +501,7 @@ footer { width: 100%0px; } - .action-search { + .action-refresh { flex: 1; } } diff --git a/web/views/board.templ b/web/views/board.templ index 1db312b..306db29 100644 --- a/web/views/board.templ +++ b/web/views/board.templ @@ -46,7 +46,13 @@ templ Board(board database.Board, isAdmin bool) { -

- if thread.Subject != "" { - { thread.Subject } - - } + { thread.Subject }