mirror of
https://github.com/zadam/trilium.git
synced 2026-03-06 16:48:11 +01:00
ui/grid view: reuse some styles from list view
This commit is contained in:
parent
516f0052ef
commit
297cbbd8b3
@ -99,6 +99,28 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nested-note-list-item,
|
||||||
|
.note-book-card {
|
||||||
|
h5 {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
font-size: 1em;
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tn-icon {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-book-title {
|
||||||
|
--link-hover-background: transparent;
|
||||||
|
--link-hover-color: currentColor;
|
||||||
|
color: inherit;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* #region List view */
|
/* #region List view */
|
||||||
|
|
||||||
@keyframes note-preview-show {
|
@keyframes note-preview-show {
|
||||||
@ -119,13 +141,6 @@
|
|||||||
|
|
||||||
/* List item */
|
/* List item */
|
||||||
.nested-note-list-item {
|
.nested-note-list-item {
|
||||||
h5 {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
font-size: 1em;
|
|
||||||
font-weight: normal;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note-expander {
|
.note-expander {
|
||||||
margin-inline-end: 4px;
|
margin-inline-end: 4px;
|
||||||
@ -136,14 +151,6 @@
|
|||||||
.tn-icon {
|
.tn-icon {
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 8px;
|
||||||
color: var(--note-list-view-icon-color);
|
color: var(--note-list-view-icon-color);
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note-book-title {
|
|
||||||
--link-hover-background: transparent;
|
|
||||||
--link-hover-color: currentColor;
|
|
||||||
color: inherit;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-path {
|
.note-path {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user