From 5beb4b757c7388f259531da1a24e6382e9e3f150 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 19 Oct 2023 21:51:07 +0000 Subject: [PATCH] fix alignment --- portlet.scss | 9 +++++++++ styles.css | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/portlet.scss b/portlet.scss index cc88436..1266d4b 100755 --- a/portlet.scss +++ b/portlet.scss @@ -9,6 +9,15 @@ padding: .7rem 1rem .7rem 1rem; font-weight: 300; display: flex; + + &> span { + display: inline-flex; + align-items: center; + + > a { + display: inherit; + } + } } .portlet-foot { diff --git a/styles.css b/styles.css index bb47b7d..bc0e294 100755 --- a/styles.css +++ b/styles.css @@ -3843,6 +3843,11 @@ span.tag { padding: .7rem 1rem .7rem 1rem; font-weight: 300; display: flex; } + .portlet .portlet-head > span { + display: inline-flex; + align-items: center; } + .portlet .portlet-head > span > a { + display: inherit; } .portlet .portlet-foot { background: #fff; border-top: 1px solid #ebedf2;