improved gadget layout

This commit is contained in:
Vinzenz Schroeter 2024-04-14 00:49:39 +02:00
parent 6c0f2aa198
commit af2d6a1f16
9 changed files with 46 additions and 50 deletions

View file

@ -1,7 +1,6 @@
.Column {
display: flex;
flex-direction: column;
flex: auto;
max-height: 100%;
align-items: stretch;
gap: 8px;

View file

@ -1,3 +1,3 @@
.DataTable {
flex-grow: 1;
table-layout: auto;
}

View file

@ -1,7 +1,6 @@
.Row {
display: flex;
flex-direction: row;
flex: auto;
max-width: 100%;
align-items: stretch;
gap: 8px;