Notebook
Notebook copied to clipboard
Bug: Page Toolbar is hidden at 960px
No toolbar is displayed when the width of the page = $:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint. To fix it, in $:/themes/nico/notebook/base use :
@media (max-width: calc({{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}} - 1px)) { .nc-topbar { display: none; }