fix: unify compact navigation breakpoint
Some checks failed
Build and tests / test (push) Has been cancelled

This commit is contained in:
237899745
2026-08-03 22:25:55 +08:00
parent c529e6c51b
commit 8095b2391e
3 changed files with 8 additions and 4 deletions

View File

@@ -4941,7 +4941,7 @@
color: var(--text-secondary);
}
@media (min-width: 769px) {
@media (min-width: 901px) {
.mobile-file-sheet-overlay {
display: none !important;
}