mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
style: different appearance tweaks
This commit is contained in:
@@ -2559,5 +2559,4 @@ iframe.print-iframe {
|
|||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
@@ -675,3 +675,16 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
|||||||
.ck-content a.reference-link > span {
|
.ck-content a.reference-link > span {
|
||||||
text-decoration: underline;
|
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;
|
||||||
|
}
|
||||||
@@ -3,7 +3,7 @@ body.zen div.read-only-note-info-bar-widget {
|
|||||||
max-width: var(--max-content-width);
|
max-width: var(--max-content-width);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: unset;
|
border: unset;
|
||||||
margin: 0 auto;
|
margin: 0 auto 10px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.read-only-note-info-bar-widget-content {
|
.read-only-note-info-bar-widget-content {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.calendar-view {
|
.calendar-view {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
outline: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -67,6 +68,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.desktop:not(.zen) .calendar-view .calendar-header {
|
body.desktop:not(.zen) .calendar-view .calendar-header {
|
||||||
|
padding-block-start: 4px;
|
||||||
padding-inline-end: 5em;
|
padding-inline-end: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.info-bar {
|
.info-bar {
|
||||||
--link-color: var(--main-text-color);
|
--link-color: currentColor;
|
||||||
|
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
contain: unset !important;
|
contain: unset !important;
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ const TPL = /*html*/`
|
|||||||
body.heading-style-underline .note-detail-readonly-text h6 { border-bottom: 1px solid var(--main-border-color); }
|
body.heading-style-underline .note-detail-readonly-text h6 { border-bottom: 1px solid var(--main-border-color); }
|
||||||
|
|
||||||
.note-detail-readonly-text {
|
.note-detail-readonly-text {
|
||||||
|
|
||||||
padding-inline-start: 24px;
|
padding-inline-start: 24px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
font-family: var(--detail-font-family);
|
font-family: var(--detail-font-family);
|
||||||
|
|||||||
Reference in New Issue
Block a user