From e425f64616346805fd6548ead6b34ab09c52150a Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 31 Jan 2025 00:01:41 +0200 Subject: [PATCH] style(next): icon buttons: properly align the buttons in the right panes' header --- src/public/stylesheets/theme-next/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 8fbf89573..35812379e 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -905,6 +905,10 @@ body.mobile .note-title { background: var(--main-background-color); } +#right-pane .card-header-buttons { + align-items: center; +} + #right-pane .toc li, #right-pane .highlights-list li { padding: 2px 8px;