Update MkDrive.vue

This commit is contained in:
syuilo 2025-05-14 19:38:12 +09:00
parent 3902fe89aa
commit bff910c620
1 changed files with 8 additions and 1 deletions

View File

@ -823,7 +823,14 @@ onBeforeUnmount(() => {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
grid-gap: 12px;
padding: var(--MI-margin);
padding: 16px 32px;
}
@container (max-width: 600px) {
.folders,
.files {
padding: 16px;
}
}
.date {