From 407d2348df4e73c825ab51fb7da7f89fd379c6d2 Mon Sep 17 00:00:00 2001 From: 153 Date: Wed, 30 Jun 2021 19:44:22 -0700 Subject: Changed "top.html" width of board title When the width of that div is only 400px, surprise! Your board title can only be one or two words before it breaks. I do think having line breaks is sensible, so I widened it. --- static/top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/top.html b/static/top.html index e55ce89..ee81be1 100644 --- a/static/top.html +++ b/static/top.html @@ -1,5 +1,5 @@ {{ define "top" }} -
+

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

{{ .Board.Summary }}

{{ $len := len .Posts }} -- cgit v1.2.3