Remove brackets around difficulty label, reduce font size
This commit is contained in:
parent
5fe7029b6e
commit
2cc6791c4e
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 27 KiB |
29
index.css
29
index.css
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user