mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
[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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user