style/inline title: tweak the layout of the note type selector

This commit is contained in:
Adorian Doran 2025-12-17 00:52:47 +02:00
parent 5446d8a932
commit 286d2e8e5b
2 changed files with 3 additions and 2 deletions

View File

@ -103,13 +103,15 @@ body.prefers-centered-content .inline-title {
} }
.note-type-switcher { .note-type-switcher {
position: relative;
top: 5px;
padding: .25em 0; padding: .25em 0;
display: flex; display: flex;
align-items: center; align-items: center;
overflow-x: auto; overflow-x: auto;
min-width: 0; min-width: 0;
gap: 5px; gap: 5px;
min-height: 40px; min-height: 35px;
--badge-radius: 12px; --badge-radius: 12px;
>* { >* {

View File

@ -1,7 +1,6 @@
.note-detail-editable-text { .note-detail-editable-text {
font-family: var(--detail-font-family); font-family: var(--detail-font-family);
padding-inline-start: 14px; padding-inline-start: 14px;
padding-top: 10px;
height: 100%; height: 100%;
} }