fix: don't hide right positioned properties

This commit is contained in:
Tienson Qin
2025-12-16 21:53:28 +08:00
parent efc9f36b67
commit 7b063be300

View File

@@ -555,7 +555,7 @@
}
@container (max-width: 600px) {
.time-spent, .positioned-properties.block-right {
.time-spent {
display: none;
}