mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed up more like this and newsletter clicks table at narrower viewports
no issue
This commit is contained in:
parent
370ded5c77
commit
60ce10be9f
2 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@
|
|||
{{#if this.post.showAudienceFeedback }}
|
||||
<div class="gh-post-analytics-item">
|
||||
<h3>{{format-number this.post.count.positive_feedback}}</h3>
|
||||
<p>More like this — <strong>{{this.post.count.sentiment}}%</strong></p>
|
||||
<p><span class="hide-when-small">More </span>like<span class="hide-when-small"> this</span> — <strong>{{this.post.count.sentiment}}%</strong></p>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -968,7 +968,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
|
||||
.gh-links-list-item {
|
||||
display: grid;
|
||||
grid-template-columns: 85% 15%;
|
||||
grid-template-columns: auto minmax(min-content,max-content);
|
||||
padding: 1.6rem 0;
|
||||
border-bottom: 1px solid var(--whitegrey);
|
||||
font-size: 1.4rem;
|
||||
|
@ -1016,7 +1016,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
|
||||
.gh-links-list-header {
|
||||
display: grid;
|
||||
grid-template-columns: 85% 15%;
|
||||
grid-template-columns: minmax(auto, 85%) minmax(min-content, 15%);
|
||||
padding: 0 0 8px;
|
||||
border-bottom: 1px solid var(--whitegrey);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue