mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Tiny adjustments to the tabs so metrics don't look so big
refs https://github.com/TryGhost/Team/issues/2179
This commit is contained in:
parent
93f20d4664
commit
9febc70d72
1 changed files with 3 additions and 3 deletions
|
@ -1614,7 +1614,7 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding: 10px 14px 22px;
|
padding: 12px 14px 22px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1655,9 +1655,9 @@ a.gh-post-list-cta.stats.is-hovered:hover > * {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
padding: 0 0 0 1px;
|
padding: 0 0 0 1px;
|
||||||
margin: 0 0 6px;
|
margin: 0 0 8px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 2.8rem;
|
font-size: 2.6rem;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
|
|
Loading…
Add table
Reference in a new issue