mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
Do not display right column if it's empty
This commit is contained in:
parent
223c2aa35b
commit
b37562bfca
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@
|
||||||
@media (--desktop) {
|
@media (--desktop) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-sidebar {
|
&-sidebar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue