UX: fix group page container, round border (#102)
Fixes the spacing on the group container and rounds the header Before:  After: 
This commit is contained in:
@@ -94,3 +94,7 @@ input[type="color"]:focus,
|
||||
.discourse-reactions-list .reactions {
|
||||
gap: 0.15em;
|
||||
}
|
||||
|
||||
.group-details-container {
|
||||
border-radius: var(--d-border-radius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user