From 75f302910fc712f2155c64f4f201442f58b3fb72 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 22 Dec 2022 17:00:37 +0000 Subject: [PATCH] Make home button visible again in thin mode --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 7925676..c7f5b2d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1256,6 +1256,7 @@ form .post { position: fixed; height: 100%; right: 0; + top: 50px; } header {