web/ProcessingQueue: align buttons to center vertically
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

This commit is contained in:
wukko 2024-12-18 18:42:34 +06:00
parent 73d0b24aaf
commit 8c9f7ff36d
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -126,7 +126,6 @@
gap: 12px;
padding: 16px;
padding-bottom: 0;
width: calc(100% - 16px * 2);
max-width: 425px;
}
@ -135,6 +134,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.header-title {
@ -155,6 +155,7 @@
background: none;
box-shadow: none;
text-align: left;
border-radius: 3px;
}
.header-buttons button :global(svg) {