Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Bug: Page Toolbar is hidden at 960px #40

Open
Telumire opened this issue Jun 29, 2021 · 0 comments
Open

Bug: Page Toolbar is hidden at 960px #40

Telumire opened this issue Jun 29, 2021 · 0 comments

Comments

@Telumire
Copy link

Telumire commented Jun 29, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant