Fix Gm Tools items width

This commit is contained in:
Mandar
2021-02-10 12:56:28 +01:00
parent a823d89344
commit fa03e5152b
2 changed files with 12 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -289,17 +289,21 @@
display: flex; display: flex;
margin: 0 0.5rem; margin: 0 0.5rem;
cursor: url("../assets/cursors/pointer.webp"), pointer; cursor: url("../assets/cursors/pointer.webp"), pointer;
strong {
font-size: 1.5rem;
margin: 0 0.25rem;
}
:hover { :hover {
text-shadow: 0 0 $red; text-shadow: 0 0 $red;
} }
} }
.difficulty { .difficulty_hidden {
flex: 1; .fa {
font-size: 2rem; width: 2.5rem;
}
.difficulty {
flex: 1rem;
width: 1rem;
font-size: 2rem;
text-align: center;
margin: 0 0.25rem;
}
} }
} }
} }