config for logs and filters

This commit is contained in:
Mateusz Gruszczyński
2026-05-20 10:31:07 +02:00
parent 0a82211e4c
commit 4cff530b0e
11 changed files with 53 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3338,6 +3338,21 @@ body.mobile-mode .mobile-filter-bar {
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
gap: 0.55rem;
}
.column-config-section {
display: grid;
gap: 0.5rem;
margin-bottom: 1rem;
}
.column-config-section:last-child {
margin-bottom: 0;
}
.column-config-section h6 {
margin: 0;
}
.mobile-progress:empty {
display: none;
}
@@ -4181,6 +4196,11 @@ body,
max-width: 260px;
}
.operation-log-hide-jobs {
align-items: center;
min-height: 31px;
}
.operation-log-settings-actions {
display: flex;
flex-wrap: wrap;