feat(mobile): display grid view on two columns

This commit is contained in:
Elian Doran 2026-02-15 15:25:28 +02:00
parent 67acfaab62
commit e0766ad439
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,10 @@
border: 1px solid transparent;
}
body.mobile .note-list.grid-view .note-book-card {
flex-basis: 150px;
}
.note-list.grid-view .note-book-card {
max-height: 300px;
}

View File

@ -19,6 +19,10 @@
}
}
body.mobile .scrolling-container {
--content-margin-inline: 8px;
}
.note-split.type-code:not(.mime-text-x-sqlite) {
&> .scrolling-container {
background-color: var(--code-background-color);