Fix syntax error and finalize robust note resizing

This commit is contained in:
2026-01-24 20:02:38 +01:00
parent 8e35780717
commit 4a1b60e575
6 changed files with 26 additions and 21 deletions

View File

@@ -48,19 +48,16 @@
.masonry-item[data-size="small"],
.note-card[data-size="small"] {
min-height: 150px;
height: auto !important;
}
.masonry-item[data-size="medium"],
.note-card[data-size="medium"] {
min-height: 200px;
height: auto !important;
}
.masonry-item[data-size="large"],
.note-card[data-size="large"] {
min-height: 300px;
height: auto !important;
}
/* Drag State Styles - Clean and flat behavior requested by user */
@@ -133,19 +130,16 @@
.masonry-item[data-size="small"],
.masonry-item-content .note-card[data-size="small"] {
min-height: 120px;
height: auto !important;
}
.masonry-item[data-size="medium"],
.masonry-item-content .note-card[data-size="medium"] {
min-height: 160px;
height: auto !important;
}
.masonry-item[data-size="large"],
.masonry-item-content .note-card[data-size="large"] {
min-height: 240px;
height: auto !important;
}
/* Reduced drag effect on mobile */