-
Notifications
You must be signed in to change notification settings - Fork 96
fix(NcListItem): Make paddings smaller again on Nextcloud 30 #5879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Antreesy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6a713be to
a6498bc
Compare
You are right, compared it with the previous version, and for legacy we just need 8px (2 * grid) padding. |
Antreesy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. Icon is provided by parent component, so size/left margin should be adjusted on apps side anyway (to make a border width around icon nice)
Add a `legacy` class so that we can keep stylings for Nextcloud 29 and older but still can style the component properly on Nextcloud 30 (smaller border radius = we can use smaller paddings) Signed-off-by: Ferdinand Thiessen <[email protected]>
f6275f2 to
bf4e529
Compare
|
/backport to next |



☑️ Resolves
Add a
legacyclass so that we can keep stylings for Nextcloud 29 and older but still can style the component properly on Nextcloud 30 (smaller border radius = we can use smaller paddings)🖼️ Screenshots
🏁 Checklist
nextrequested with a Vue 3 upgrade