Align profiles header height (#1182)

This commit is contained in:
ekko
2026-05-31 17:25:26 +08:00
committed by GitHub
parent 98d877a335
commit d2b69baf7f
@@ -93,22 +93,9 @@ function handleImported() {
flex-direction: column;
}
.page-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
border-bottom: 1px solid $border-color;
}
.header-title {
font-size: 16px;
font-weight: 600;
color: $text-primary;
}
.header-actions {
display: flex;
align-items: center;
gap: 8px;
}