-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fix quicklink icon alignment #8822
Conversation
packages/web-app-files/src/components/SideBar/Shares/Links/DetailsAndEdit.vue
Outdated
Show resolved
Hide resolved
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.
@ChrisEdS correct, good spot. Let’s only use one. 🙈 I prefer the one we have for links. You? |
ok will look into it when i'm done with the other ticket |
done |
68887aa
to
c091d9e
Compare
packages/web-app-files/src/components/SideBar/Shares/Collaborators/ListItem.vue
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Shares/Links/DetailsAndEdit.vue
Outdated
Show resolved
Hide resolved
c091d9e
to
1d5cf33
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
👍
Description
We've fixed the alignment of the quicklink icons.
(There is no better solution but to hard set pixel values because the icons itself have the exact same size and padding, its just because of the form of the icons that it looks like the padding is wrong)
For more details see #8606
Related Issue
Types of changes
Checklist: