Skip to content

Project Board view, not all the columns' border radius are circle. #31129

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

Closed
lunny opened this issue May 28, 2024 · 1 comment · Fixed by #31204
Closed

Project Board view, not all the columns' border radius are circle. #31129

lunny opened this issue May 28, 2024 · 1 comment · Fixed by #31204
Labels
topic/ui Change the appearance of the Gitea UI
Milestone

Comments

@lunny
Copy link
Member

lunny commented May 28, 2024

Only the last column's border radius is circle.

image
@lunny lunny added the topic/ui Change the appearance of the Gitea UI label May 28, 2024
@silverwind
Copy link
Member

#31204 will fix it.

@lunny lunny added this to the 1.23.0 milestone Jun 1, 2024
lunny pushed a commit that referenced this issue Jun 4, 2024
Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: #31129
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Jun 4, 2024
Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: go-gitea#31129
silverwind added a commit that referenced this issue Jun 4, 2024
Backport #31204 by @silverwind

Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: #31129

Co-authored-by: silverwind <[email protected]>
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this issue Jun 11, 2024
Backport #31204 by @silverwind

Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: go-gitea/gitea#31129

Co-authored-by: silverwind <[email protected]>
(cherry picked from commit 298d05df3b79634a0364926f34fb02b73d442c31)
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this issue Jun 11, 2024
Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: go-gitea/gitea#31129
(cherry picked from commit 4ca65fabdad75e39f9948b9a2a18e32edc98ec02)
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Sep 2, 2024
richmahn pushed a commit to unfoldingWord/dcs that referenced this issue Mar 2, 2025
Using `.segment` on the project columns is a major abuse of that class,
so remove it and instead set the border-radius directly on it.

Fixes: go-gitea/gitea#31129
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants