From a0d562e01bb8fdc640180c804c58d938a2e70ed2 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 30 Mar 2025 13:38:07 +0300 Subject: [PATCH] feat(backend-options): reduce padding --- src/public/app/widgets/type_widgets/content_widget.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/app/widgets/type_widgets/content_widget.ts b/src/public/app/widgets/type_widgets/content_widget.ts index c7a7f7086..e0b0deaf7 100644 --- a/src/public/app/widgets/type_widgets/content_widget.ts +++ b/src/public/app/widgets/type_widgets/content_widget.ts @@ -56,6 +56,10 @@ const TPL = `
padding: 15px; height: 100%; } + + .note-detail.full-height .note-detail-content-widget-content { + padding: 0; + }