[Glitch] Update outer spacing of new profile page

Port dad7f0e869 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2026-03-26 16:07:39 +01:00
committed by Claire
parent ffac9e53c6
commit d75af8d188

View File

@@ -9,6 +9,11 @@
.barWrapper {
border-bottom: none;
padding-inline: 24px;
@container (width < 500px) {
padding-inline: 16px;
}
}
.avatarWrapper {
@@ -125,7 +130,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
position: sticky;
bottom: var(--mobile-bottom-nav-height);
padding: 12px 16px;
margin: 0 -20px;
margin: 0 -16px;
@container (width >= #{$button-breakpoint}) {
display: none;
@@ -388,7 +393,7 @@ svg.badgeIcon {
padding: 0 24px;
@container (width < 500px) {
padding: 0 12px;
padding: 0 16px;
a {
flex: 1 1 0px;