From b4506d52ccfb9bb9bda03948f212fdec8a7d31e5 Mon Sep 17 00:00:00 2001 From: sepia Date: Sat, 2 Aug 2025 18:52:37 -0500 Subject: [PATCH] Reduce width of posts sidebar --- data/style/style.css | 2 ++ templates/index.html.hbs | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/data/style/style.css b/data/style/style.css index 163addf..a7264c6 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -27,6 +27,8 @@ a:visited { aside { background-color: var(--background-overlay); + max-width: 30%; + padding: var(--line-height) 1ch; } aside:empty { diff --git a/templates/index.html.hbs b/templates/index.html.hbs index dbe9dff..a8e974a 100644 --- a/templates/index.html.hbs +++ b/templates/index.html.hbs @@ -24,10 +24,7 @@
{{{content}}} - +
\ No newline at end of file