debug show or hide sidebar in edit mode

This commit is contained in:
Jana Deutschländer 2017-01-04 16:04:15 +01:00
commit 605f78d818
3 changed files with 13 additions and 4 deletions

View file

@ -42,13 +42,23 @@
#dokuwiki__footer {
.col-xs-12 {
float: right;
width: 73%;
width: 100%;
}
.main-footer {
padding: @margin-default 0;
}
}
.showSidebar {
#dokuwiki__footer {
.col-xs-12 {
width: 73%;
}
}
}
}