Implement basic site menu
1 unresolved thread
1 unresolved thread
Compare changes
Files
3@@ -2,3 +2,14 @@
Alternatively: set
sidebar-hidden
on the body, drop this block and then add this CSS:.sidebar-hidden a.navbar-brand.navbar-sitebar { transform: rotate(180deg); }
Edited by Emanuele AinaI've not got this bit working - it's not being inherited as the
.sitebar-hidden
class doesn't get applied to the link. If I give the link thesite-sitebar
ID it still doesn't seem to get inherited, though I can see the.sitebar-hidden
class being applied. The link also gainsvisibility: hidden
, which we don't want...Edited by Martyn Welch