From 078f886f39e86c9a5b7daea832ea2af97e73c344 Mon Sep 17 00:00:00 2001 From: somini Date: Tue, 28 Jan 2020 02:41:34 +0000 Subject: Align Info and Actionable items separately Align the information to the left side, and the actionable buttons to the right. See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488 --- ui/static/css/common.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/static/css/common.css') diff --git a/ui/static/css/common.css b/ui/static/css/common.css index f275493..5507e26 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -632,6 +632,9 @@ a.button { } .item-meta { + display: flex; + flex-flow: row wrap; + justify-content: space-between; color: var(--item-meta-focus-color); font-size: 0.8em; } -- cgit v1.2.3