From e53248dba9f0f56bae4742d2d19b19595bb5f93e Mon Sep 17 00:00:00 2001 From: Diptesh Roy Date: Mon, 8 Jun 2026 19:26:38 +0530 Subject: [PATCH] fix: replace rounded-circle with rounded on logo in admin pages 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 #302 Signed-off-by: Diptesh Roy --- collectoss/templates/admin-dashboard.j2 | 2 +- collectoss/templates/settings.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collectoss/templates/admin-dashboard.j2 b/collectoss/templates/admin-dashboard.j2 index ea4100d49..ee547b46d 100644 --- a/collectoss/templates/admin-dashboard.j2 +++ b/collectoss/templates/admin-dashboard.j2 @@ -45,7 +45,7 @@