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;
|
||||
}
|
||||
|
||||
#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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user