Rules for options such as scrolling or night mode
Is there a way in CSS to indicate what will happen for user options, such as night mode or scrolling mode vs. page mode?
Point in question: I have some images I'm formatting with the svg tag. I can format them so they look good in scrolling mode, but then in page mode there are page breaks in bad places. I can format them so they look good in page mode, but then in scrolling mode there are these random gaps in the middle of stuff.
If I could write separate rules for the various cases, I could make it look good on more readers.
|