UI improvements (#283)

* ui-improvements

* improving dashboard and settings

* improve job overview

* improving job card

* improving grid view of listings+

* restructuring settings

* next release version
This commit is contained in:
Christian Kellner
2026-03-23 13:22:34 +01:00
committed by GitHub
parent a1289acf15
commit 8c039f0026
16 changed files with 997 additions and 780 deletions

View File

@@ -1,12 +1,17 @@
.generalSettings {
&__tab-content {
padding: 20px 0;
max-width: 860px;
}
&__timePickerContainer {
display: flex;
align-items: baseline;
gap: 1rem;
flex-wrap: wrap;
}
&__help {
font-size: 11px;
margin-left: 1rem;
&__save-row {
margin-top: 1.5rem;
}
}