style(mobile): fix unequal right margin

This commit is contained in:
Elian Doran 2025-01-04 19:17:16 +02:00
parent a83931a421
commit 33ce41bdd8
No known key found for this signature in database

View File

@ -173,7 +173,7 @@ export default class MobileLayout {
.contentSized()
.child(
new NoteDetailWidget()
.css('padding', '5px 20px 10px 0')
.css('padding', '5px 0 10px 0')
)
.child(new NoteListWidget())
.child(new FilePropertiesWidget().css('font-size','smaller'))