mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix extra border on accounts in settings page (#38168)
This commit is contained in:
@@ -2010,7 +2010,9 @@ body > [data-popper-placement] {
|
||||
.account {
|
||||
padding: 16px;
|
||||
|
||||
&: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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user