From d6317708afed871134202d7b0184c3b6a2cbb663 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Fri, 10 Mar 2023 09:32:58 +0100 Subject: [PATCH] Refined spacing and position of mentions dropdown no refs. - The empty state of mentions dropdown was a little tight on the top - The dropdown was too close to the trigger button --- ghost/admin/app/styles/layouts/dashboard.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index ea8b363781..e3bac39849 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -2622,6 +2622,7 @@ Dashboard Mentions */ .gh-dashboard-mentions-container { border-radius: 3px; box-shadow: var(--box-shadow-m); + top: 88px !important; } .gh-dashboard-mentions { @@ -2742,7 +2743,7 @@ Dashboard Mentions */ width: 40px; height: 40px; margin-bottom: 10px; - margin-top: 4px; + margin-top: 12px; } .gh-dashboard-mentions .gh-mentions-list-cta h4 {