fix: unify compact navigation breakpoint
Some checks failed
Build and tests / test (push) Has been cancelled
Some checks failed
Build and tests / test (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user