[Glitch] Fix removal of border from account listing

Port a1ddaa9ee9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2813/head
Michael Stanclift 2024-08-14 12:09:23 -05:00 committed by Claire
parent 524fc8563b
commit 0dbdf6a7f3
2 changed files with 2 additions and 0 deletions

View File

@ -893,6 +893,7 @@ a.name-tag,
.account {
padding: 0;
border: none;
&__avatar-wrapper {
margin-inline-start: 0;

View File

@ -1990,6 +1990,7 @@ body > [data-popper-placement] {
.account {
padding: 10px; // glitch: reduced padding
border-bottom: 1px solid var(--background-border-color);
.account__display-name {
flex: 1 1 auto;