[Glitch] Fix extra border on accounts in settings page

Port 13c94db9e7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2026-03-12 11:19:06 +01:00
committed by Claire
parent 263615b74f
commit ba7db10fd0

View File

@@ -2075,7 +2075,9 @@ body > [data-popper-placement] {
.account {
padding: 10px; // glitch: reduced padding
&:not(&--without-border) {
// Using :where keeps specificity low, allowing for existing
// .account overrides to still apply
&:where(:not(&--without-border)) {
border-bottom: 1px solid var(--color-border-primary);
}