aboutsummaryrefslogtreecommitdiff
path: root/processors
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-16 20:07:20 +0530
committerBobby <[email protected]>2025-07-16 20:07:20 +0530
commit2255bbed94e1459788203a92b5f0eec5370abcab (patch)
tree36ec94fb7370235ca3f7e22f892a191b82650d47 /processors
parentbb54eaf6623acdcfb2e9056eb803260dff2150a5 (diff)
downloadimageboard-2255bbed94e1459788203a92b5f0eec5370abcab.tar.xz
imageboard-2255bbed94e1459788203a92b5f0eec5370abcab.zip
upload ui for images; registered users can upload
Diffstat (limited to 'processors')
-rw-r--r--processors/preferences.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/processors/preferences.go b/processors/preferences.go
index a74d1e5..21b7c16 100644
--- a/processors/preferences.go
+++ b/processors/preferences.go
@@ -10,7 +10,7 @@ import (
func PreferencesContextProcessor(context *fiber.Ctx) error {
defaultPreferences := config.SitePreferences{
- SidebarWidth: "180px",
+ SidebarWidth: "220px",
MainContentWidth: "1200px",
H1FontSize: "16px",
BodyFontSize: "13px",