FIX: tag control styles should apply to desktop (#12919)

This commit is contained in:
Kris
2021-05-03 13:57:10 -04:00
committed by GitHub
parent 3731d3c772
commit 8ca6202d81
2 changed files with 8 additions and 8 deletions

View File

@ -314,3 +314,11 @@ body.tags-intersection {
margin-right: auto;
}
}
.tags-controls {
display: flex;
h2 {
order: -1;
margin-right: auto;
}
}

View File

@ -410,14 +410,6 @@ tr.category-topic-link {
opacity: 1;
}
.tags-controls {
display: flex;
h2 {
order: -1;
margin-right: auto;
}
}
.category-heading {
p {
font-size: $font-up-1;