Fix inconsistent horizontal page padding between profile and profile editor (#40700)

This commit is contained in:
diondiondion
2026-09-25 12:29:54 +00:00
committed by GitHub
parent 87de690f9b
commit a869429421

View File

@@ -25,7 +25,7 @@
.avatar {
margin-top: -64px;
margin-left: 22px;
margin-left: calc(var(--space-4) - 2px);
position: relative;
width: 82px;
@@ -251,7 +251,7 @@
// Section component
.section {
padding: 24px;
padding: var(--space-6) var(--space-4);
border-bottom: 1px solid var(--color-border-primary);
font-size: 15px;