streams icon indicating copy to clipboard operation
streams copied to clipboard

Use tiddlywiki's sidebar breakpoint in streams/styles

Open postkevone opened this issue 4 years ago • 2 comments

At the moment streams uses fixed values in the styles tiddler: @media only screen and (max-width: 600px)

It would be ideal to use the default sidebar breakpoint value stored in $:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint for better compatibility and customization.

postkevone avatar Oct 16 '21 08:10 postkevone

@postkevone interesting idea. The problem is of course that the config tiddler you mentioned is theme specific so wont work for someone with a heavily customized theme.

A more flexible option might be to introduce a new config tiddler to control the width used in that media query.

saqimtiaz avatar Oct 16 '21 16:10 saqimtiaz

You are right, perhaps the best solution is to have a config tiddler inside streams itself

postkevone avatar Oct 16 '21 19:10 postkevone