Replies: 1 comment
-
|
Thanks for your suggestion. A granular zoom toggle like this is definitely possible, but it has been made a little harder after some recent changes which improve the look of zoomed boards. Those changes hard-code some values so things look right, but this also makes it a lot harder to implement more scaling options. Because of this, for now it's not planned to improve the zoom, unless someone wants to contribute a better system to scale components without the proportions looking off. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would you take into consideration changing the zoom adjustments from 50 to 10%?
I have extremely lightly brushed the files looking for relevance and found it under components/kanban/ZoomAdjustment.vue, at line 40:
{{ columnZoomLevel * 50 + 100 }}%of course, I do not claim knowing if this is it or not for 100%.
Thank you for any reply.
Beta Was this translation helpful? Give feedback.
All reactions