mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 08:26:22 +01:00
web/ProcessingQueue: align buttons to center vertically
This commit is contained in:
parent
73d0b24aaf
commit
8c9f7ff36d
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,6 @@
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
|
||||||
width: calc(100% - 16px * 2);
|
width: calc(100% - 16px * 2);
|
||||||
max-width: 425px;
|
max-width: 425px;
|
||||||
}
|
}
|
||||||
|
@ -135,6 +134,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
|
@ -155,6 +155,7 @@
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-buttons button :global(svg) {
|
.header-buttons button :global(svg) {
|
||||||
|
|
Loading…
Reference in a new issue