NicolasPetton/Notebook

Bug: Page Toolbar is hidden at 960px

Opened this issue · 0 comments

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; }