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) { -