Notebook icon indicating copy to clipboard operation
Notebook copied to clipboard

Bug: Page Toolbar is hidden at 960px

Open Telumire opened this issue 3 years ago • 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; }

Telumire avatar Jun 29 '21 19:06 Telumire