From 9d517988ceabe020bf1fb2025c70531eb63830e4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 8 Feb 2025 22:05:02 +0200 Subject: [PATCH] style(client): remove 10px padding if full width file --- src/public/app/widgets/type_widgets/file.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/app/widgets/type_widgets/file.ts b/src/public/app/widgets/type_widgets/file.ts index b4a7d4aeb..8030a7c93 100644 --- a/src/public/app/widgets/type_widgets/file.ts +++ b/src/public/app/widgets/type_widgets/file.ts @@ -16,6 +16,10 @@ const TPL = ` height: 100%; } + .note-split.full-content-width .note-detail-file { + padding: 0; + } + .file-preview-content { background-color: var(--accented-background-color); padding: 15px;