mirror of
https://github.com/bfloydd/coalesce.git
synced 2026-07-22 05:49:31 +00:00
align header
This commit is contained in:
parent
def5466e73
commit
d9e7323172
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue