fix(aio): tidy up embedded ToC styling (#22570)
The spacing didn't work well when the screen was narrow. PR Close #22570
This commit is contained in:
parent
8ea4c57174
commit
94bc277b1b
|
@ -8,10 +8,16 @@
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
aio-toc {
|
aio-toc.embedded {
|
||||||
&.embedded {
|
@media (min-width: 801px) {
|
||||||
@media (min-width: 801px) {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
|
|
||||||
|
.toc-inner {
|
||||||
|
padding: 12px 0 0 0;
|
||||||
|
|
||||||
|
.toc-heading {
|
||||||
|
margin: 0 0 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue