From f649f60b5bd96d8c208e389d538afca28d70c63b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 12 Dec 2022 22:56:38 +0800 Subject: [PATCH] Move the time to the right --- src/components/status.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index 342abd0..4630d53 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -99,12 +99,14 @@ min-width: 0; } -.status.large > .container > .meta { +.status > .container > .meta { display: flex; gap: 8px; - min-height: 50px; justify-content: space-between; } +.status.large > .container > .meta { + min-height: 50px; +} .status > .container > .meta .arrow { color: var(--reply-to-color); vertical-align: middle;