Align component selection list and preview controls to top of center panel
This commit is contained in:
parent
914548de0c
commit
87f3659ba4
|
@ -83,10 +83,11 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: -10px;
|
|
||||||
}
|
}
|
||||||
.components :global(> *) {
|
.components :global(> *) {
|
||||||
margin-top: 10px;
|
height: 32px;
|
||||||
|
display: grid;
|
||||||
|
place-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonContent {
|
.buttonContent {
|
||||||
|
|
|
@ -212,7 +212,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
.preview-header > :global(*) {
|
.preview-header > :global(*) {
|
||||||
|
|
Loading…
Reference in New Issue