mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
client: fix typo
This commit is contained in:
parent
9bccc72668
commit
a844e1faab
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user