mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
client: fix typo
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
body.prefers-centered-content .note-list-widget {
|
||||
/* Horizontally center the widget in its parent when the "Keep content centered" option is on /*
|
||||
/* Horizontally center the widget in its parent when the "Keep content centered" option is on */
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ const TPL = /*html*/`
|
||||
}
|
||||
|
||||
body.prefers-centered-content .note-detail {
|
||||
/* Horizontally center the widget in its parent when the "Keep content centered" option is on /*
|
||||
/* Horizontally center the widget in its parent when the "Keep content centered" option is on */
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user