From 662d04ce3de53046f5aecb143a59855085d55315 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 26 Aug 2022 20:04:48 -0700 Subject: [PATCH] Small tweaks --- pkg/config/page_sizes.go | 4 ++-- web/templates/comment/post_comment.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/config/page_sizes.go b/pkg/config/page_sizes.go index 9ea120d..4637e83 100644 --- a/pkg/config/page_sizes.go +++ b/pkg/config/page_sizes.go @@ -7,8 +7,8 @@ var ( PageSizeBlockList = 12 PageSizeAdminCertification = 20 PageSizeAdminFeedback = 20 - PageSizeSiteGallery = 18 - PageSizeUserGallery = 18 + PageSizeSiteGallery = 16 + PageSizeUserGallery = 16 PageSizeInboxList = 20 // sidebar list PageSizeInboxThread = 20 // conversation view PageSizeForums = 100 // TODO: for main category index view diff --git a/web/templates/comment/post_comment.html b/web/templates/comment/post_comment.html index f7abddf..7f8fb05 100644 --- a/web/templates/comment/post_comment.html +++ b/web/templates/comment/post_comment.html @@ -75,7 +75,7 @@ name="intent" value="submit" class="button is-success"> - Post Message + Post Comment