style(next): transparent note title on mobile

pull/873/head
Elian Doran 2025-01-02 00:07:09 +07:00
parent b11f2a6992
commit f4607123f2
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -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;
}