style: different appearance tweaks

This commit is contained in:
Adorian Doran 2025-11-09 17:10:23 +02:00
parent f03448bae4
commit b905c1d03a
6 changed files with 18 additions and 3 deletions

View File

@ -2559,5 +2559,4 @@ iframe.print-iframe {
position: relative;
flex-grow: 1;
width: 100%;
height: 100%;
}

View File

@ -674,4 +674,17 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
.ck-content a.reference-link > span {
text-decoration: underline;
}
/*
* Read-only text content
*/
.note-detail-readonly-text:focus-visible {
outline: 2px solid var(--input-focus-outline-color);
border-radius: 4px;
}
.note-list-widget {
outline: 0 !important;
}

View File

@ -3,7 +3,7 @@ body.zen div.read-only-note-info-bar-widget {
max-width: var(--max-content-width);
border-radius: 8px;
border: unset;
margin: 0 auto;
margin: 0 auto 10px auto;
}
.read-only-note-info-bar-widget-content {

View File

@ -1,6 +1,7 @@
.calendar-view {
overflow: hidden;
position: relative;
outline: 0;
height: 100%;
user-select: none;
padding: 10px;
@ -67,6 +68,7 @@
}
body.desktop:not(.zen) .calendar-view .calendar-header {
padding-block-start: 4px;
padding-inline-end: 5em;
}

View File

@ -1,5 +1,5 @@
.info-bar {
--link-color: var(--main-text-color);
--link-color: currentColor;
margin-top: 4px;
contain: unset !important;

View File

@ -33,6 +33,7 @@ const TPL = /*html*/`
body.heading-style-underline .note-detail-readonly-text h6 { border-bottom: 1px solid var(--main-border-color); }
.note-detail-readonly-text {
padding-inline-start: 24px;
padding-top: 10px;
font-family: var(--detail-font-family);