tweak crew header spacing

This commit is contained in:
Justin Edmund 2025-12-16 14:54:34 -08:00
parent 10359152a3
commit 4da92fbb31
2 changed files with 5 additions and 0 deletions

View file

@ -69,6 +69,7 @@
display: flex;
align-items: center;
gap: spacing.$unit;
min-height: 30px;
}
.header-title {

View file

@ -445,6 +445,10 @@
border-radius: layout.$page-corner;
box-shadow: effects.$page-elevation;
overflow: hidden;
:global(.header-info) {
gap: 0;
}
}
.loading-state {