Remove brackets around difficulty label, reduce font size

This commit is contained in:
Isaiah Billingsley 2026-03-30 15:19:41 -04:00
parent 5fe7029b6e
commit 2cc6791c4e
2 changed files with 15 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -92,23 +92,20 @@ span:empty {
font-weight: 700; font-weight: 700;
} }
#mapper::before, #subTitle,
#difficultyLabel::before { #difficultyLabel {
content: "";
}
#mapper::after,
#difficultyLabel::after {
content: "";
}
#difficultyLabel,
#subTitle {
flex-shrink: 99999; flex-shrink: 99999;
} }
#difficulty, #mapper::before {
#difficultyLabel { content: "";
}
#mapper::after {
content: "";
}
#difficulty {
font-size: 1.5rem; font-size: 1.5rem;
} }
@ -119,6 +116,10 @@ span:empty {
align-self: center; align-self: center;
} }
#difficultyLabel {
font-size: 1.4rem;
}
#type, #type,
#bsrKey { #bsrKey {
font-weight: 700; font-weight: 700;