hide sitemapnavi on wide content

This commit is contained in:
Andreas Gohr 2019-03-21 13:29:55 +01:00
commit 3b8715b10b
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,11 @@
&.active {
border-bottom: 1px solid @ini_background_site;
font-weight: bold;
}
}
}
.wide-content #dokuwiki__aside ul.sidebar-tabs {
visibility: hidden;
}

View file

@ -1,5 +1,4 @@
#plugin__sitemapnavi {
padding-left: @nav-margin*2.5;
padding-bottom: @nav-margin;
margin-bottom: @nav-margin;
border-bottom: 1px solid @ini_nav_menu_color;
@ -12,3 +11,7 @@
line-height: @line-height-bigger;
}
}
.wide-content #plugin__sitemapnavi {
display: none;
}