fix(options): unnecessary full-height

This commit is contained in:
Elian Doran 2026-02-11 20:11:46 +02:00
parent d4052dbe37
commit 07818ec1df
No known key found for this signature in database

View File

@ -1,16 +1,7 @@
.type-contentWidget .note-detail {
height: 100%;
}
.note-detail-content-widget {
height: 100%;
}
.note-detail-content-widget-content {
padding: 15px;
height: 100%;
}
.note-detail.full-height .note-detail-content-widget-content {
padding: 0;
}
}