Make download/follower displays consistent (#746)

Closes #602
This commit is contained in:
triphora
2022-11-17 22:05:52 -05:00
committed by GitHub
parent 074695b50c
commit 1738f92ce2
3 changed files with 45 additions and 48 deletions

View File

@@ -1271,3 +1271,23 @@ button {
color: var(--color-button-text-active);
}
}
.primary-stat {
align-items: center;
display: flex;
margin-bottom: 0.6rem;
.primary-stat__icon {
height: 1rem;
width: 1rem;
}
.primary-stat__text {
margin-left: 0.4rem;
}
.primary-stat__counter {
font-size: var(--font-size-lg);
font-weight: bold;
}
}