mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
enhance(ux): allow search and switch view type on mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user