FIX: tag control styles should apply to desktop (#12919)
This commit is contained in:
parent
3731d3c772
commit
8ca6202d81
|
@ -314,3 +314,11 @@ body.tags-intersection {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags-controls {
|
||||||
|
display: flex;
|
||||||
|
h2 {
|
||||||
|
order: -1;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -410,14 +410,6 @@ tr.category-topic-link {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags-controls {
|
|
||||||
display: flex;
|
|
||||||
h2 {
|
|
||||||
order: -1;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.category-heading {
|
.category-heading {
|
||||||
p {
|
p {
|
||||||
font-size: $font-up-1;
|
font-size: $font-up-1;
|
||||||
|
|
Loading…
Reference in New Issue