config for logs and filters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user