aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:06:26 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:06:26 +0200
commit69cb8e6dce13fbe30b16200529c3d17965443fab (patch)
tree9042e1cd9c86b1e7e0c181537bf0ac683418a5f8 /assets
parentposts: rename a CSS class (diff)
downloadjekyll-theme-69cb8e6dce13fbe30b16200529c3d17965443fab.tar.gz
jekyll-theme-69cb8e6dce13fbe30b16200529c3d17965443fab.zip
css: revert the stupid .sidebar hack
Diffstat (limited to 'assets')
-rw-r--r--assets/css/jekyll-theme/posts.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css
index 933dfa7..60b4715 100644
--- a/assets/css/jekyll-theme/posts.css
+++ b/assets/css/jekyll-theme/posts.css
@@ -14,10 +14,11 @@
margin-right: .5em;
}
-.sidebar .post-header {
+/* On the sidebar, don't shrink the date part, shrink the header. */
+.list-group-item .post-header {
flex-wrap: nowrap;
}
-.sidebar .post-date {
+.list-group-item .post-date {
flex-shrink: 0;
}