mail icon indicating copy to clipboard operation
mail copied to clipboard

feat: increaze the min and max width for horizontal view

Open GretaD opened this issue 1 year ago • 2 comments

fixes https://github.com/nextcloud/mail/issues/9573

Screenshot from 2024-06-03 19-14-35

i added random numbers @jancborchardt please test it and let me know how much the % should be

GretaD avatar Jun 03 '24 17:06 GretaD

i added random numbers, @jancborchardt please test it and let me know how much the % should be

GretaD avatar Jun 03 '24 17:06 GretaD

One minor issue, NcAppContent doesn't take into account the min and max values until user tries to resize it manually. For example, if min-max are 40..60 but restored (or from the previous layout) is 20, then it is 20. And only when the user touches it, it becomes 40

ShGKme avatar Jun 18 '24 20:06 ShGKme