mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 18:49:00 +01:00
style(collections/calendar): bring back some header styles + layout
This commit is contained in:
parent
05ebe821f2
commit
d664c0166d
@ -26,27 +26,10 @@
|
|||||||
--fc-list-event-hover-bg-color: var(--left-pane-item-hover-background);
|
--fc-list-event-hover-bg-color: var(--left-pane-item-hover-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-container .fc-toolbar.fc-header-toolbar {
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-container .fc-list-sticky .fc-list-day > * {
|
.calendar-container .fc-list-sticky .fc-list-day > * {
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.desktop:not(.zen) .calendar-container .fc-toolbar.fc-header-toolbar {
|
|
||||||
padding-right: 5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-result-widget-content .calendar-view .fc-toolbar.fc-header-toolbar {
|
|
||||||
padding-right: unset !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-container .fc-toolbar-title {
|
|
||||||
font-size: 1.3rem;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-container a.fc-event {
|
.calendar-container a.fc-event {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -62,18 +45,28 @@ body.desktop:not(.zen) .calendar-container .fc-toolbar.fc-header-toolbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* #region Header */
|
/* #region Header */
|
||||||
.calendar-header {
|
.calendar-view .calendar-header {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-header .btn {
|
.calendar-view .calendar-header .btn {
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar-header > .title {
|
.calendar-view .calendar-header > .title {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.desktop:not(.zen) .calendar-view .calendar-header {
|
||||||
|
padding-right: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-result-widget-content .calendar-view .calendar-header {
|
||||||
|
padding-right: unset !important;
|
||||||
}
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
Loading…
x
Reference in New Issue
Block a user