Fix Gm Tools items width
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user