Make the Settings scale slider draggable #5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "pr/scale-slider-draggable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR: Make the Settings scale slider draggable
Branch:
pr/scale-slider-draggableScope: Settings UI only.
Summary
The pet-size scale slider in Settings was not interactive on all platforms because the default CSS applied
cursor-pointeronly to the track. This PR styles the slider thumb explicitly so it can be grabbed and dragged.What changed
apps/desktop/src/renderer/src/styles.css::-webkit-slider-thumband::-moz-range-thumbrules with size, background, border, shadow, and cursor styles.How to test
Backwards compatibility
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.