2025-08-21 10:34:30 +03:00
|
|
|
.note-title-widget {
|
|
|
|
|
flex-grow: 1000;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.note-title-widget input.note-title {
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 2px 0px;
|
|
|
|
|
min-width: 5em;
|
|
|
|
|
width: 100%;
|
2025-08-25 16:05:09 +03:00
|
|
|
padding: 1px 12px;
|
2025-08-21 10:34:30 +03:00
|
|
|
}
|
|
|
|
|
|
2025-09-17 08:50:37 +03:00
|
|
|
.note-title-widget input.note-title[readonly] {
|
|
|
|
|
background: inherit;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-21 10:34:30 +03:00
|
|
|
.note-title-widget input.note-title.protected {
|
|
|
|
|
text-shadow: 4px 4px 4px var(--muted-text-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.mobile .note-title-widget input.note-title {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.desktop .note-title-widget input.note-title {
|
|
|
|
|
font-size: 180%;
|
2025-12-08 14:54:57 +02:00
|
|
|
}
|
2025-12-09 20:22:31 +02:00
|
|
|
|
2025-12-10 11:56:34 +02:00
|
|
|
body.experimental-feature-new-layout {
|
|
|
|
|
.title-row,
|
|
|
|
|
.title-details {
|
|
|
|
|
max-width: var(--max-content-width);
|
2025-12-10 12:50:05 +02:00
|
|
|
padding: 0;
|
|
|
|
|
padding-inline-start: 24px;
|
2025-12-10 11:56:34 +02:00
|
|
|
}
|
2025-12-09 20:22:31 +02:00
|
|
|
|
2025-12-11 19:51:40 +02:00
|
|
|
.title-details {
|
2025-12-11 20:19:06 +02:00
|
|
|
padding-inline-end: 16px;
|
|
|
|
|
|
2025-12-11 19:51:40 +02:00
|
|
|
.dropdown-menu {
|
|
|
|
|
input.form-control {
|
|
|
|
|
padding: 2px 8px;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-11 20:19:06 +02:00
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
2025-12-11 19:51:40 +02:00
|
|
|
}
|
|
|
|
|
|
2025-12-10 11:56:34 +02:00
|
|
|
.title-row {
|
|
|
|
|
margin-left: 12px;
|
2025-12-10 12:50:05 +02:00
|
|
|
|
|
|
|
|
.note-icon-widget {
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 41px;
|
|
|
|
|
}
|
2025-12-10 11:56:34 +02:00
|
|
|
}
|
2025-12-09 22:22:28 +02:00
|
|
|
|
2025-12-10 17:13:52 +02:00
|
|
|
.note-split.type-code:not(.mime-text-x-sqlite) .title-row,
|
|
|
|
|
.note-split.type-code:not(.mime-text-x-sqlite) .title-details {
|
|
|
|
|
background-color: var(--main-background-color);
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-10 11:56:34 +02:00
|
|
|
.title-details {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
contain: none;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 0.25em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style-type: none;
|
2025-12-10 12:25:38 +02:00
|
|
|
|
|
|
|
|
span.value {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
2025-12-10 11:56:34 +02:00
|
|
|
}
|
|
|
|
|
|
2025-12-10 16:11:17 +02:00
|
|
|
.note-split.view-mode-default {
|
|
|
|
|
.title-row {
|
2025-12-10 17:13:52 +02:00
|
|
|
padding-top: 2em;
|
|
|
|
|
box-sizing: content-box;
|
2025-12-10 16:11:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-details {
|
2025-12-10 17:13:52 +02:00
|
|
|
padding-bottom: 2em;
|
2025-12-10 16:11:17 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-11 18:00:49 +02:00
|
|
|
.scrolling-container:has(> :is(.note-detail.full-height, .note-list-widget.full-height)),
|
|
|
|
|
.note-split.type-book {
|
2025-12-10 11:56:34 +02:00
|
|
|
.title-row,
|
|
|
|
|
.title-details {
|
|
|
|
|
width: 100%;
|
2025-12-10 12:06:05 +02:00
|
|
|
max-width: unset;
|
2025-12-10 12:50:05 +02:00
|
|
|
padding-inline-start: 15px;
|
2025-12-10 12:06:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-row {
|
2025-12-11 18:00:49 +02:00
|
|
|
padding: 0;
|
2025-12-10 12:06:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-details {
|
2025-12-11 18:53:48 +02:00
|
|
|
padding-bottom: 0.2em;
|
2025-12-10 15:23:42 +02:00
|
|
|
font-size: 0.8em;
|
2025-12-10 11:56:34 +02:00
|
|
|
}
|
|
|
|
|
}
|
2025-12-09 22:22:28 +02:00
|
|
|
|
2025-12-10 11:56:34 +02:00
|
|
|
&.prefers-centered-content .title-row,
|
|
|
|
|
&.prefers-centered-content .title-details {
|
|
|
|
|
margin-inline: auto;
|
|
|
|
|
}
|
2025-12-09 20:22:31 +02:00
|
|
|
}
|