- Joined
- Jan 23, 2018
- Messages
- 6
I'm talking about these:
My reader settings get messed up sometimes, and I'm pretty sure it's because I accidentally click these toggles way too often.
I'd imagine for the majority of readers, these settings are something that they'd only want to change once, and would just function as a source of confusion and annoyance when exposed as a toggle outside of the settings menu, especially with how big the clickable area is.
Speaking of the clickable area, it extends the entire width of the div due to
from the
class on the
elements. At the very least, I'd recommend removing the
classes on the toggles, which seems to remedy the huge clickable area problem without breaking anything.
My reader settings get messed up sometimes, and I'm pretty sure it's because I accidentally click these toggles way too often.
I'd imagine for the majority of readers, these settings are something that they'd only want to change once, and would just function as a source of confusion and annoyance when exposed as a toggle outside of the settings menu, especially with how big the clickable area is.
Speaking of the clickable area, it extends the entire width of the div due to
Code:
width: 100%
Code:
.w-100
Code:
reader-controls-mode-*
Code:
.w-100