hide left/right navigation bars in mobile version

even Wikipedia's has messy bars, so...
This commit is contained in:
giomba 2021-12-05 21:40:09 +01:00
parent c4411860a6
commit 800de152bc
1 changed files with 3 additions and 11 deletions

View File

@ -62,20 +62,12 @@
}
#right-navigation {
// float: none; Override not needed with `position: absolute` above.
position: absolute;
top: inherit;
right: 0;
margin-top: 0;
display: none;
}
#left-navigation {
// float: none; Override not needed with `position: absolute` above.
position: absolute;
top: inherit;
margin: 0;
display: block;
}
display: none;
}
#p-namespaces,
#p-views,