Open CodaCodr opened 2 months ago
Adjusting the CSS should be doable. But in the first place RSOD should not happen. So it would be interesting where they come from
Thanks @CodaCodr I agree that the current styling is poor on wide screen monitors, and I would welcome a PR.
Describe the bug
When using a super-wide TiddlyWiki, RSOEs are embarrassingly wide and ungainly.
(They also appear twice in the dom though that may be wiki/error specific.)
Expected behavior
The CSS should be addressed such that RSOEs display better.
To Reproduce
Setup Tiddlywiki on 2, 3 or 4 (,y case) monitors. Cause an RSOE. Observe.
Screenshots
No response
TiddlyWiki Configuration
5.3.3 FF Latest Win10
Additional context
Proposed fix:
I have no particular preference for choosing
em
units forright
. Since margin/padding are based onem
, seems okay from here. And, since I (and I guess most people) would not change font sizes between wikis,50em
will hopefully offer consistency.right: 50em
places the box ~centered on my right-most monitor, midway over story and sidebar. The previous width setting, 50%, made the box 2 monitors (of 4) wide.