Skip to content

fix: replace rounded-circle with rounded on logo in admin pages#369

Open
Dipro-cyber wants to merge 1 commit into
chaoss:mainfrom
Dipro-cyber:fix/logo-corner-cropping-302
Open

fix: replace rounded-circle with rounded on logo in admin pages#369
Dipro-cyber wants to merge 1 commit into
chaoss:mainfrom
Dipro-cyber:fix/logo-corner-cropping-302

Conversation

@Dipro-cyber

@Dipro-cyber Dipro-cyber commented Jun 8, 2026

Copy link
Copy Markdown
Contributor
Screenshot 2026-06-08 193236 The CollectOSS logo was being cropped on the admin dashboard and user settings pages due to Bootstrap's `rounded-circle` class, which applies a 50% border-radius circular mask to the rectangular logo image.

Replaced rounded-circle with rounded in both:

  • collectoss/templates/admin-dashboard.j2
  • collectoss/templates/settings.j2

This preserves a subtle rounded corner without cropping the logo.

This PR fixes #302

Notes for Reviewers
Two one-word changes in template files. No logic changes.

Signed commits

  • Yes, I signed my commits.

The CollectOSS logo was being cropped by Bootstrap's rounded-circle class
which forces a circular mask on the rectangular logo image. Replaced with
rounded class which softly rounds the corners without cropping the logo.

Fixes chaoss#302

Signed-off-by: Diptesh Roy <droy88333@gmail.com>
@Dipro-cyber Dipro-cyber requested a review from MoralCode as a code owner June 8, 2026 13:58
@Dipro-cyber

Copy link
Copy Markdown
Contributor Author

@MoralCode sir can you pls check this?

@MoralCode MoralCode modified the milestones: v1.2, v1.1 Migration Release Jun 9, 2026
@MoralCode

Copy link
Copy Markdown
Contributor

Thanks for this change, looks like a super clean PR.

I'm working on getting some of the large PRs that have been open for a while tested and merged so i can release v1.1 RC1 this week but once most of that has gone through, I can give this a quick run and merge it to potentially land in either 1.1 or 1.2

@Dipro-cyber

Copy link
Copy Markdown
Contributor Author

Thanks for this change, looks like a super clean PR.

I'm working on getting some of the large PRs that have been open for a while tested and merged so i can release v1.1 RC1 this week but once most of that has gone through, I can give this a quick run and merge it to potentially land in either 1.1 or 1.2

Sure sir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix funny logo corner cropping on admin profile page

2 participants