From eaf548f056f40a9fc0ab015be71b0996fe931572 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 28 Jan 2025 17:00:32 +0200 Subject: [PATCH] style(next): fix top position of code badge --- src/public/stylesheets/theme-next/notes/text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index baaf207c9..4100564d1 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -31,6 +31,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { padding: 0px 10px; letter-spacing: 0.5px; font-weight: bold; + top: 0; } .attachment-content-wrapper pre code,