client: fix typo

This commit is contained in:
Adorian Doran
2025-11-07 21:19:11 +02:00
parent 9bccc72668
commit a844e1faab
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
} }

View File

@@ -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;
} }