mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +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) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-sidebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue