style(next): transparent note title on mobile

This commit is contained in:
Elian Doran 2025-01-02 00:07:09 +02:00
parent b11f2a6992
commit f4607123f2
No known key found for this signature in database

View File

@ -839,6 +839,10 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper {
text-shadow: unset !important; text-shadow: unset !important;
} }
body.mobile .note-title {
background: transparent;
}
.ribbon-container { .ribbon-container {
margin-bottom: 0 !important; margin-bottom: 0 !important;
} }