diff --git a/apps/client/src/widgets/collections/NoteList.css b/apps/client/src/widgets/collections/NoteList.css index 4faffc14f..21aed3ac5 100644 --- a/apps/client/src/widgets/collections/NoteList.css +++ b/apps/client/src/widgets/collections/NoteList.css @@ -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; } diff --git a/apps/client/src/widgets/note_detail.ts b/apps/client/src/widgets/note_detail.ts index 3fe13af0f..b0dd8db54 100644 --- a/apps/client/src/widgets/note_detail.ts +++ b/apps/client/src/widgets/note_detail.ts @@ -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; }