mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
client: fix typo
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.prefers-centered-content .note-list-widget {
|
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;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ const TPL = /*html*/`
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.prefers-centered-content .note-detail {
|
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;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user