From 47acc9f083cd1d7dcb553e02a0d20dc41a4417e4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 7 Apr 2022 18:01:37 +0200 Subject: sidebar: wrap post-header, don't shrink post-date --- assets/css/jekyll-theme/posts.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'assets') diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 2635075..c90454c 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -14,6 +14,13 @@ margin-right: .5em; } +.sidebar .post-header { + flex-wrap: nowrap; +} +.sidebar .post-date { + flex-shrink: 0; +} + .post-entry { margin-bottom: 15px; /* The color of
. */ -- cgit v1.2.3