about summary refs log tree commit diff
path: root/src/view/lib/themes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-19 10:35:57 -0600
committerGitHub <noreply@github.com>2023-01-19 10:35:57 -0600
commit27982504898cbc4c5b0fd654c31d837fd8044e91 (patch)
tree08d313672c9f475370bae5970cf58f16e45e11b3 /src/view/lib/themes.ts
parent6588961d2e075ed047857d71346e3a63282ee58f (diff)
downloadvoidsky-27982504898cbc4c5b0fd654c31d837fd8044e91.tar.zst
Post layout tweaks (#53)
* Increase left margin on feed and embiggen avis

* Decrease feed margins a bit

* Tweak post bottom margin

* Update loading placeholder to match feed

* Update 'view full thread' positioning

* Update postthread to match feed layout

* Update notifications and individual post to match new layout

* Add missing aborted check
Diffstat (limited to 'src/view/lib/themes.ts')
-rw-r--r--src/view/lib/themes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/themes.ts b/src/view/lib/themes.ts
index 847276c65..922ade5b7 100644
--- a/src/view/lib/themes.ts
+++ b/src/view/lib/themes.ts
@@ -227,7 +227,7 @@ export const defaultTheme: Theme = {
       fontWeight: '400',
     },
     'post-text-lg': {
-      fontSize: 24,
+      fontSize: 22,
       letterSpacing: 0.4,
       fontWeight: '400',
     },