fix(NcChip): adjust border radius to new design#5924
Closed
marcoambrosini wants to merge 1 commit intomasterfrom
Closed
fix(NcChip): adjust border radius to new design#5924marcoambrosini wants to merge 1 commit intomasterfrom
marcoambrosini wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: Marco Ambrosini <[email protected]>
28 tasks
Contributor
|
Should we really do this? The avatar is the main focus of the userbubble, at least from my point of view having it not rounded looks weird because of the now visible corners around the avatar |
susnux
reviewed
Aug 5, 2024
| .nc-chip { | ||
| --chip-size: 24px; | ||
| --chip-radius: calc(var(--chip-size) / 2); | ||
| --chip-radius: var(--border-radius-small); |
Contributor
There was a problem hiding this comment.
Does not work as this does not exist on Nextcloud 28 and 29, so the fallback to current design is needed.
Contributor
Author
|
Good point @susnux, then let's keep userbubble as is and only change chip |
Contributor
|
TBH I also like chips in pills layout more. They are small and often have rounded avatar as user bubble, for example, when they are used to select users. |
Contributor
Author
Contributor
Contributor
Author
|
All right, let's close |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🏚️ Before
🏡 After