From f4607123f2080c255a0436b79244b6267c2adeeb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 2 Jan 2025 00:07:09 +0200 Subject: [PATCH] style(next): transparent note title on mobile --- 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 bcae28022..854b64457 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -839,6 +839,10 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper { text-shadow: unset !important; } +body.mobile .note-title { + background: transparent; +} + .ribbon-container { margin-bottom: 0 !important; }