mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 22:34:23 +01:00
style/inline title: tweak the layout of the note type selector
This commit is contained in:
parent
5446d8a932
commit
286d2e8e5b
@ -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;
|
||||||
|
|
||||||
>* {
|
>* {
|
||||||
|
|||||||
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user