From 842b45839535594b248205f4905bb4ec837050b1 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 27 Nov 2022 14:25:09 -0700 Subject: Change how we link individual-post view --- static/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 772d527..baddcea 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -694,13 +694,10 @@ h1.identity small { .post { margin-bottom: 20px; - overflow: hidden; - cursor: pointer; } .post.mini { font-size: 14px; - cursor: inherit; } .post.reply { @@ -747,6 +744,7 @@ h1.identity small { background-color: var(--color-bg-main); border-radius: 3px; padding: 3px 3px; + cursor: pointer; } .post time i { @@ -863,6 +861,7 @@ h1.identity small { .post .actions menu a i { margin-right: 4px; + width: 16px; } .boost-banner, -- cgit v1.2.3