Dear maintainers and developers,
There have been a few changes in the CSS variables to improve our user interface.
The one that requires your attention the most is that the —default-clickable-area has gone from 44px to 34px.
This will result in several regressions and paper-cuts in your app that will need to be manually fixed.
I would recommend to:
- Update server to current master and Link the
@nextcloud/vuecurrent master to your app (pull often because fixes are getting in there too); - Do a codebase-wide search of
44pxand replace with the variable--default-clickable-areaif appropriate; - Check for regressions and visual bugs;
- Report the regression of your app in this issue (you can create a heading with the name of your own app);
- Also report
@nextlcoud/vuelibrary regressions if they’re not reported already in their list; - Fix regression in your app (only the ones that are unrelated with the
@nextcloud/vuecomponents)
Thanks a lot for your collaboration ![]()