1
0
Fork 0
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:
Tanya Fomina 2022-08-21 16:07:26 +03:00
parent 223c2aa35b
commit b37562bfca

View file

@ -59,6 +59,10 @@
@media (--desktop) {
display: block;
}
&:empty {
display: none;
}
}
&-sidebar {