hide sidebar tplinc includes when sidebar is collapsed

This commit is contained in:
Andreas Gohr 2021-07-01 10:12:38 +02:00
commit c32fbbe17e
2 changed files with 7 additions and 0 deletions

6
css/plugins/tplinc.less Normal file
View file

@ -0,0 +1,6 @@
.wide-content {
.sidebarheader,
.sidebarfooter {
visibility: hidden;
}
}