From dd4f76a393f55961f15e6bae6909436308116694 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Sun, 23 Jul 2023 23:26:25 -0400 Subject: [PATCH] shrink version size --- public/style.css | 1 + templates/frontpage.html | 2 +- templates/login.html | 2 +- templates/main.html | 2 +- templates/settings.html | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index d3f0be1..46719af 100644 --- a/public/style.css +++ b/public/style.css @@ -1059,6 +1059,7 @@ form.create input[type=file], form.create select { } .preferences div:last-child label { text-align: left; + font-size: 10px; } .preferences label{ display: inline-block; diff --git a/templates/frontpage.html b/templates/frontpage.html index 85a4af5..c57ced0 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -2,7 +2,7 @@ {{ if and .Community (ne .Community.CommunityView.Community.Title "")}}{{.Community.CommunityView.Community.Title}}{{else if ne .CommunityName ""}}/c/{{.CommunityName}}{{ else if .User}}overview for {{.User.PersonView.Person.Name}}{{else}}{{ host .Host }}{{end}} - + diff --git a/templates/login.html b/templates/login.html index 8a3356c..5bd9028 100644 --- a/templates/login.html +++ b/templates/login.html @@ -2,7 +2,7 @@ {{ host .Host }}: sign up or log in - + diff --git a/templates/main.html b/templates/main.html index 893f703..053b4ce 100644 --- a/templates/main.html +++ b/templates/main.html @@ -3,7 +3,7 @@ {{if and .Posts .PostID }}{{ (index .Posts 0).Post.Name}} : {{.CommunityName}}{{else if and .Community (ne .Community.CommunityView.Community.Title "")}}{{.Community.CommunityView.Community.Title}}{{else if ne .CommunityName ""}}/c/{{.CommunityName}}{{ else if .User}}overview for {{.User.PersonView.Person.Name}}{{else}}{{ host .Host }}{{end}} - +