mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
fixed tags not working with media queries
This commit is contained in:
parent
942d9ec0a8
commit
2ff1cfea4e
2 changed files with 5 additions and 1 deletions
|
@ -1568,6 +1568,10 @@ key {
|
|||
}
|
||||
|
||||
&.tags {
|
||||
.tagsListAndButton {
|
||||
grid-area: buttons;
|
||||
}
|
||||
|
||||
.tagsList {
|
||||
display: grid;
|
||||
gap: .5rem;
|
||||
|
|
|
@ -815,7 +815,7 @@
|
|||
<div class="text">With tags, you can compare how fast you're typing in different situations. You can see your
|
||||
active tags above the test words.
|
||||
They will remain active until you deactivate them, or refresh the page.</div>
|
||||
<div>
|
||||
<div class="tagsListAndButton">
|
||||
<div class="tagsList">
|
||||
<div class="tag" id="0">
|
||||
<div class="active">
|
||||
|
|
Loading…
Add table
Reference in a new issue