1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00

Align component selection list and preview controls to top of center panel

This commit is contained in:
Andrew Kingston 2021-09-08 09:54:10 +01:00
parent 8572224688
commit 9c50bd84e8
2 changed files with 4 additions and 3 deletions

View file

@ -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 {

View file

@ -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(*) {