mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
style(next)/launcher/calendar: restyle the week number column
This commit is contained in:
parent
42a082f11b
commit
c0c1c8a9c2
@ -348,6 +348,21 @@ body.layout-horizontal > .horizontal {
|
||||
--select-arrow-svg: initial; /* Disable the dropdown arrow */
|
||||
}
|
||||
|
||||
/* Week number column */
|
||||
.calendar-dropdown-widget .calendar-week-number {
|
||||
transform: rotate(270deg);
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
opacity: 0.5;
|
||||
font-size: 1em;
|
||||
font-weight: 700;
|
||||
letter-spacing: .5pt;
|
||||
}
|
||||
|
||||
.calendar-dropdown-widget .calendar-week-number::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.calendar-dropdown-widget .calendar-header button {
|
||||
margin: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user