Unify most view titles and move more into a Section component

This commit is contained in:
Johannes Zellner
2025-03-25 19:11:40 +01:00
parent 0cffd76296
commit 42456bac0f
8 changed files with 115 additions and 128 deletions

View File

@@ -180,22 +180,6 @@ tr:hover .table-actions {
font-size: 12px;
}
.section-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 50px;
margin-left: 10px;
margin-right: 10px;
gap: 5px;
}
.section-header > div {
display: flex;
gap: 6px;
}
.view-header {
display: flex;
flex-wrap: wrap;