align header

This commit is contained in:
Ben Floyd 2025-12-18 10:30:06 -07:00
parent def5466e73
commit d9e7323172

View file

@ -7,7 +7,7 @@
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 0;
margin-bottom: 2px;
padding: 6px 8px;
justify-content: space-between;
flex-wrap: wrap;
@ -16,7 +16,7 @@
background: var(--background-secondary);
border: none;
border-radius: 6px;
margin: 4px;
width: calc(100% - 8px);
/* Performance optimization */
will-change: transform;