1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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;
align-items: center;
flex-wrap: wrap;
margin-top: -10px;
}
.components :global(> *) {
margin-top: 10px;
height: 32px;
display: grid;
place-items: center;
}
.buttonContent {

View file

@ -212,7 +212,7 @@
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
align-items: flex-start;
gap: 1rem;
}
.preview-header > :global(*) {