UX: fix group page container, round border (#102)

Fixes the spacing on the group container and rounds the header 

Before:


![image](https://github.com/user-attachments/assets/3384841a-82b0-4f17-a0be-a32bd405bd29)


After:


![image](https://github.com/user-attachments/assets/1450cb2d-bd7a-4fb4-b7a8-b800b8b40d0d)
This commit is contained in:
Kris
2025-04-01 12:50:19 -04:00
committed by GitHub
parent 5bbba7cacc
commit 5570fb9feb
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -94,3 +94,7 @@ input[type="color"]:focus,
.discourse-reactions-list .reactions {
gap: 0.15em;
}
.group-details-container {
border-radius: var(--d-border-radius);
}