diff options
author | Andrew Godwin | 2022-11-27 14:25:09 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-27 14:25:09 -0700 |
commit | 842b45839535594b248205f4905bb4ec837050b1 (patch) | |
tree | 20aed8c23256eef800b26a9fe118e7ff76134daa /static/css | |
parent | c7b6264f23d1b2f61a2de67626fc30feee13763b (diff) | |
download | takahe-842b45839535594b248205f4905bb4ec837050b1.tar.gz takahe-842b45839535594b248205f4905bb4ec837050b1.tar.bz2 takahe-842b45839535594b248205f4905bb4ec837050b1.zip |
Change how we link individual-post view
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
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, |