mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Fixed list right arrow position
This commit is contained in:
parent
6166c83c5d
commit
cdbff1eb99
@ -24,7 +24,7 @@
|
|||||||
</LinkTo>
|
</LinkTo>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<LinkTo @route="tag" @model={{@tag}} class="gh-list-data gh-list-cellwidth-10 gh-tag-list-chevron" @title="Edit tag">
|
<LinkTo @route="tag" @model={{@tag}} class="gh-list-data gh-list-cellwidth-10 gh-list-chevron" @title="Edit tag">
|
||||||
<div class="flex items-center justify-end w-100 h-100">
|
<div class="flex items-center justify-end w-100 h-100">
|
||||||
<span class="nr2">{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}</span>
|
<span class="nr2">{{svg-jar "arrow-right" class="w6 h6 fill-midgrey pa1"}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -246,6 +246,12 @@ ul.nostyle li {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-list-chevron a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Fake loading list
|
/* Fake loading list
|
||||||
/* -------------------------------------------------- */
|
/* -------------------------------------------------- */
|
||||||
|
@ -84,6 +84,7 @@
|
|||||||
.gh-offer-link-button {
|
.gh-offer-link-button {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-offers .gh-list-row:hover .gh-offer-link-button {
|
.gh-offers .gh-list-row:hover .gh-offer-link-button {
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
|
||||||
<span class="midgrey">{{offer.redemptionCount}}</span>
|
<span class="midgrey">{{offer.redemptionCount}}</span>
|
||||||
</LinkTo>
|
</LinkTo>
|
||||||
<div class="gh-list-data gh-list-cellwidth-10 gh-tag-list-chevron">
|
<div class="gh-list-data gh-list-cellwidth-10 gh-list-chevron">
|
||||||
<div class="flex items-center justify-end w-100 h-100">
|
<div class="flex items-center justify-end w-100 h-100">
|
||||||
<div
|
<div
|
||||||
class="gh-btn gh-btn-icon gh-btn-text gh-offer-link-button"
|
class="gh-btn gh-btn-icon gh-btn-text gh-offer-link-button"
|
||||||
|
Loading…
Reference in New Issue
Block a user