mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 05:00:00 +01:00
45 lines
1.1 KiB
CSS
45 lines
1.1 KiB
CSS
body.experimental-feature-new-layout {
|
|
.component.title-actions {
|
|
contain: none;
|
|
}
|
|
|
|
.title-actions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5em;
|
|
|
|
&:not(:empty) {
|
|
padding: 0.75em 15px;
|
|
}
|
|
|
|
.edited-notes {
|
|
.collapsible-inner-body {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 0.3em;
|
|
|
|
.badge {
|
|
margin: 0;
|
|
color: inherit;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
transition: background-color 250ms ease-in, color 250ms ease-in;
|
|
|
|
&:hover {
|
|
background-color: var(--link-hover-background);
|
|
color: var(--link-hover-color);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.promoted-attributes-widget {
|
|
.promoted-attributes-container {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|