feat: Added file formatting

This commit is contained in:
2025-06-11 11:56:39 +02:00
parent 772fc52cf6
commit a25a90c0d7
164 changed files with 4163 additions and 3242 deletions

View File

@@ -1,23 +1,23 @@
:host {
display: flex;
flex-direction: column;
height: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
mat-paginator {
margin-top: auto;
margin-top: auto;
}
mat-form-field {
flex-grow: 1;
flex-grow: 1;
}
#upper-bar {
display: flex;
display: flex;
}
button[mat-icon-button] {
margin-left: 4pt;
margin-right: 4pt;
margin-top: 4pt;
}
margin-left: 4pt;
margin-right: 4pt;
margin-top: 4pt;
}