From 7081a718e036b4277803402f0886ddf2ff6ef474 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 23 Nov 2022 00:14:55 -0700 Subject: Move actions next to time, for compactness --- static/css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index 63d94d4..5c966a7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -713,8 +713,12 @@ h1.identity small { .post time { display: block; float: right; - padding-left: 64px; color: var(--color-text-duller); + width: 60px; + text-align: center; + background-color: var(--color-bg-main); + border-radius: 3px; + padding: 3px 5px; } .post time i { @@ -771,13 +775,14 @@ h1.identity small { } .post .actions { - padding-left: 64px; + float: right; + padding: 3px 5px 0 0; } .post .actions a { cursor: pointer; color: var(--color-text-dull); - margin-right: 10px; + margin-right: 5px; } .post .actions a:hover { -- cgit v1.2.3