Appearance options bugs/notes
See original GitHub issueI don’t personally use these as I just use the custom CSS styling for whatever changes I want, but I tested it anyway and found some quirks:
-
Padding
just pads the top part of the image and shifts the whole image down infit-to-window
mode (maybe other modes as well), I assume the expected behavior is padding all sides. -
The sliders are small so getting a precise value is difficult especially since there is no visual feedback (of the updated value) as you are adjusting the slider over short distances. You currently need to adjust, then rehover to update tooltip, and repeat, over and over to get, say
70%
opacity set correctly. I think these should be standard input fields. This would also allow setting more granular values like0.5px
as well, but it’s your call obviously.
At the very least, the tooltip should be properly updated with the slider’s current position whenever the slider position moves (as it is, the tooltip is only updated when you move over about 25% of the distance from the current point, otherwise it just displays the original value). To reproduce, set 50%
opacity, then slowly slide to the left or right, you won’t see the tooltip value update.
- All of these values stomp over the custom CSS style settings (because they all have
!important
and due to the ordering?). So you can’t set customborder
values anymore in the CSS style area.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (8 by maintainers)
Top GitHub Comments
Aha! Reloading the page was the missing step.
Margin calc should be fixed now. And the shadow will be disabled when its size is set to 0. As for the rest, it’s not yet set in stone, I’ll be improving the UI.