fix: page tags not showing on page view in iOS

fixed https://github.com/logseq/db-test/issues/399
This commit is contained in:
Tienson Qin
2025-08-01 02:55:11 +08:00
parent de67a46e92
commit 25b0e25d4f
2 changed files with 2 additions and 2 deletions

View File

@@ -542,7 +542,7 @@
}
@container (max-width: 600px) {
.time-spent, .positioned-properties.block-right, .view-actions, .ls-page-title .block-tags {
.time-spent, .positioned-properties.block-right, .view-actions {
display: none;
}