[Glitch] Fix extra border on accounts in settings page
Port 13c94db9e7d7f35264c7e1ac93f6e693b0014592 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
263615b74f
commit
ba7db10fd0
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user