mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed attribution widget grid
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
ed688f2cd7
commit
d9b3c1de41
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<div
|
||||
class="gh-dashboard-list-title {{if (eq @sortColumn "signups") "sorted-by"}}"
|
||||
>
|
||||
Free signups{{svg-jar "arrow-down-fill"}}
|
||||
<span class="hide-when-small">Free </span>signups{{svg-jar "arrow-down-fill"}}
|
||||
</div>
|
||||
{{#if this.membersUtils.paidMembersEnabled}}
|
||||
<div
|
||||
|
|
|
@ -1054,7 +1054,7 @@ Dashboard Attribution */
|
|||
|
||||
.gh-dashboard-attribution-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 2fr 1fr;
|
||||
grid-gap: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -1082,7 +1082,7 @@ Dashboard Attribution */
|
|||
}
|
||||
|
||||
.gh-dashboard-attribution-list .gh-dashboard-list-header, .gh-dashboard-attribution-list .gh-dashboard-list-item {
|
||||
grid-template-columns: 70% 30%;
|
||||
grid-template-columns: 50% 25% 25%;
|
||||
}
|
||||
|
||||
.gh-dashboard-attribution-list .gh-dashboard-list-title:not(.sorted-by) {
|
||||
|
|
Loading…
Add table
Reference in a new issue