mail
mail copied to clipboard
Inconsistent background corner radius in left/middle rows
Steps to reproduce
- Nothing specific to prepare but at least one account and some messages
Expected behavior
Consistent design
Actual behavior
Mail app version
1.x
Mailserver or service
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database
No response
Additional info
- [ ] Requires https://github.com/nextcloud/nextcloud-vue/issues/2460 / https://github.com/nextcloud/nextcloud-vue/pull/2571
- [ ] Requires https://github.com/nextcloud/nextcloud-vue/pull/2572
@nimishavijay please give a feedback, which design should we use?
Good point! We should change the component itself so that it is reflected across all apps :)
My suggestion:
-
border-radius: 6px
for each item in the action menu -
border-radius: 8px
for the action menu itself -
padding: 4px
for the action menu
It would look like this
What do you think? cc @jancborchardt @marcoambrosini
Yeeeeah that looks sick @nimishavijay! :)
Regarding the AppNavigation, there’s https://github.com/nextcloud/nextcloud-vue/issues/2460 which @quentinguidee / @marcoambrosini wanted to look at, so we should make sure it’s the same. :)
This is too big of a change to be delivered with v1.12
This seems to be fixed with the 2 Vue component pull requests, is it not?
Yep this is fixed in master, needs release
all background border corner radius are consistent everywhere in mail now