From a844e1faab6019d5ad9ddc253e8e92daee1d3ae6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 7 Nov 2025 21:19:11 +0200 Subject: [PATCH] client: fix typo --- apps/client/src/widgets/collections/NoteList.css | 2 +- apps/client/src/widgets/note_detail.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }