From cdbff1eb9990f534e7e5d566deb2bbeab96ba214 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 21 Oct 2021 13:51:57 +0200 Subject: [PATCH] Fixed list right arrow position --- ghost/admin/app/components/gh-tags-list-item.hbs | 2 +- ghost/admin/app/styles/components/lists.css | 6 ++++++ ghost/admin/app/styles/layouts/offers.css | 1 + ghost/admin/app/templates/offers.hbs | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/components/gh-tags-list-item.hbs b/ghost/admin/app/components/gh-tags-list-item.hbs index 935ab35994..4f5c117f0d 100644 --- a/ghost/admin/app/components/gh-tags-list-item.hbs +++ b/ghost/admin/app/components/gh-tags-list-item.hbs @@ -24,7 +24,7 @@ {{/if}} - +
{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}
diff --git a/ghost/admin/app/styles/components/lists.css b/ghost/admin/app/styles/components/lists.css index af6cabdf38..d87a7ae5ed 100644 --- a/ghost/admin/app/styles/components/lists.css +++ b/ghost/admin/app/styles/components/lists.css @@ -246,6 +246,12 @@ ul.nostyle li { flex-grow: 1; } +.gh-list-chevron a { + display: flex; + align-items: center; + line-height: 1; +} + /* Fake loading list /* -------------------------------------------------- */ diff --git a/ghost/admin/app/styles/layouts/offers.css b/ghost/admin/app/styles/layouts/offers.css index f1341a2a86..919c902cd0 100644 --- a/ghost/admin/app/styles/layouts/offers.css +++ b/ghost/admin/app/styles/layouts/offers.css @@ -84,6 +84,7 @@ .gh-offer-link-button { opacity: 0; cursor: pointer; + margin-bottom: 1px; } .gh-offers .gh-list-row:hover .gh-offer-link-button { diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index bd52f23519..2ce8ae441e 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -69,7 +69,7 @@ {{offer.redemptionCount}} -
+