From 9e1404a8bfb30f2431fbad7b9f5e77e26e99ced5 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Mon, 12 Dec 2022 16:39:43 +0800 Subject: [PATCH] style/sticky sidebar close #79 --- themes/freemind/source/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/freemind/source/css/style.css b/themes/freemind/source/css/style.css index 3793cce..0de591e 100644 --- a/themes/freemind/source/css/style.css +++ b/themes/freemind/source/css/style.css @@ -29,6 +29,10 @@ body { #sidebar { font-size: 0.9em; } +#side_meta { + position: sticky; + top: 10px; +} .post { font-size: 1em; }