Tweaked padding in the sign-in banner

This commit is contained in:
Niléane 2024-01-13 13:39:32 +01:00
commit c6da7c78b0
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -5169,6 +5169,9 @@ a:is(.active,
padding: 7px 18px;
}
}
.app-body .sign-in-banner {
padding: 10px 0 10px 10px;
}
.app-body .sign-in-banner p {
color: var(--color-fg);
opacity: .5;