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;
|
||||
}
|
||||
|
||||
aio-toc {
|
||||
&.embedded {
|
||||
@media (min-width: 801px) {
|
||||
display: none;
|
||||
aio-toc.embedded {
|
||||
@media (min-width: 801px) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.toc-inner {
|
||||
padding: 12px 0 0 0;
|
||||
|
||||
.toc-heading {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user