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;
}
#mapper::before,
#difficultyLabel::before {
content: "";
}
#mapper::after,
#difficultyLabel::after {
content: "";
}
#difficultyLabel,
#subTitle {
#subTitle,
#difficultyLabel {
flex-shrink: 99999;
}
#difficulty,
#difficultyLabel {
#mapper::before {
content: "";
}
#mapper::after {
content: "";
}
#difficulty {
font-size: 1.5rem;
}
@ -119,6 +116,10 @@ span:empty {
align-self: center;
}
#difficultyLabel {
font-size: 1.4rem;
}
#type,
#bsrKey {
font-weight: 700;