Is there an easy piece of css to turn off that feature where fonts become smaller once the viewport is reduced to a certain width?
UPDATE: I tried to inspect briefly in the past, and could not find how it’s done. Now I see widget.css gets applied or removed behind the scenes, depending on the viewport width. How can I defeat that? Clone the entire widget.css and revert every rule?
I use split-screen functionality that some browsers provide – two tabs side-by-side. And unless I keep the sides very close to equal width, fonts and padding become different between the two. I wanted to prevent that.
Perhaps I would not have to use split-screen if I knew how to jump to another node and easily return back to where I was working previously. If I simply find my way to another location, then later I have to navigate back to the previous location, which requires remembering where that was . I suspect there’s probably more than one way that this is possible in Checkvist, but I have not taken time to find out.