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

@@ -2709,7 +2709,7 @@ body.enterprise-netdisk .mobile-file-create-trigger {
}
}
@media (max-width: 768px) {
@media (max-width: 900px) {
body.enterprise-netdisk {
min-width: 0;
min-height: 100vh;
@@ -3159,12 +3159,16 @@ body.enterprise-netdisk .mobile-file-create-trigger {
body.enterprise-netdisk .file-list-action-col {
width: 48px;
padding-left: 4px !important;
display: table-cell !important;
}
body.enterprise-netdisk .file-row-mobile-more {
width: 42px;
min-width: 42px;
min-height: 42px;
display: inline-flex !important;
align-items: center;
justify-content: center;
border-radius: 11px;
}