mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
style(mobile): fix unequal right margin
This commit is contained in:
@@ -173,7 +173,7 @@ export default class MobileLayout {
|
|||||||
.contentSized()
|
.contentSized()
|
||||||
.child(
|
.child(
|
||||||
new NoteDetailWidget()
|
new NoteDetailWidget()
|
||||||
.css('padding', '5px 20px 10px 0')
|
.css('padding', '5px 0 10px 0')
|
||||||
)
|
)
|
||||||
.child(new NoteListWidget())
|
.child(new NoteListWidget())
|
||||||
.child(new FilePropertiesWidget().css('font-size','smaller'))
|
.child(new FilePropertiesWidget().css('font-size','smaller'))
|
||||||
|
|||||||
Reference in New Issue
Block a user