enhance(ux): allow search and switch view type on mobile

This commit is contained in:
Tienson Qin
2025-12-01 12:27:35 +08:00
parent e34b7d8aea
commit 9d579a3726
2 changed files with 15 additions and 5 deletions

View File

@@ -546,10 +546,19 @@
}
@container (max-width: 600px) {
.time-spent, .positioned-properties.block-right, .view-actions {
.time-spent, .positioned-properties.block-right {
display: none;
}
.view-actions > * {
display: none;
}
.view-actions > .view-action-search,
.view-actions > .view-action-type {
display: inline-flex;
}
.block-row {
@apply flex-col gap-0;
}