0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed recent posts open rate bars width

refs https://ghost.slack.com/archives/C02G9E68C/p1652951577111489
This commit is contained in:
Simon Backx 2022-05-19 11:28:00 +02:00
parent 0549ffd4b5
commit 1ce02660aa

View file

@ -700,6 +700,7 @@ Dashboard v5 Metric */
font-weight: 700;
color: var(--darkgrey);
text-decoration: none;
min-width: 54px;
}
.gh-dashboard-metric-minivalue.na {
@ -1537,15 +1538,10 @@ Dashboard v5 Misc */
position: relative;
display: block;
flex-grow: 1;
margin-left: 20px;
margin-left: 10px;
margin-right: 8px;
}
.gh-dashboard-rate-amount + span {
flex-shrink: 0;
padding-left: 15px;
}
.gh-dashboard-rate-amount > span {
background: rgb(213,184,255);
background: linear-gradient(90deg, rgba(213,184,255,1) 0%, rgba(142,66,255,1) 100%);
@ -2078,4 +2074,4 @@ Dashboard v5 Tooltips */
margin-top: 12px;
font-size: 1.3rem;
margin-bottom: 46px;
}
}