Calendar: Adjust toolbar spacing

This commit is contained in:
nathan 2024-10-31 09:29:26 -06:00
parent 8255bdd8d3
commit c1030d709c
4 changed files with 15 additions and 2 deletions

View File

@ -129,6 +129,7 @@
}
#calendar-toolbar > div {
display: flex;
align-items: center;
}
#calendar-toolbar #calendar-toolbar_add::part(base) {
border-style: hidden;

View File

@ -142,6 +142,7 @@
}
#calendar-toolbar > div {
display: flex;
align-items: center;
}
#calendar-toolbar #calendar-toolbar_add::part(base) {
border-style: hidden;
@ -1444,7 +1445,7 @@ img.calendar_print_appicon {
/*weekend slideSwitch in toolbar*/
#calendar-toolbar_app_header {
color: #000;
font-size: 14px;
font-size: var(--sl-font-size-large);
height: 1.6em;
padding: 4px 3px 3px;
background: #b4cee773;
@ -2690,6 +2691,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
width: calc(100% - 58px);
}
#calendar-toolbar {
margin-bottom: 0.3em;
}
#calendar-toolbar_toolbar et2-switch .label.on span.off {
filter: opacity(0.4);
}

View File

@ -130,6 +130,7 @@
}
#calendar-toolbar > div {
display: flex;
align-items: center;
}
#calendar-toolbar #calendar-toolbar_add::part(base) {
border-style: hidden;
@ -1432,7 +1433,7 @@ img.calendar_print_appicon {
/*weekend slideSwitch in toolbar*/
#calendar-toolbar_app_header {
color: #000;
font-size: 14px;
font-size: var(--sl-font-size-large);
height: 1.6em;
padding: 4px 3px 3px;
background: #b4cee773;
@ -2678,6 +2679,9 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > et2-description {
width: calc(100% - 58px);
}
#calendar-toolbar {
margin-bottom: 0.3em;
}
#calendar-toolbar_toolbar et2-switch .label.on span.off {
filter: opacity(0.4);
}

View File

@ -1121,6 +1121,10 @@ div#calendar-container {
.calendar_calGridHeader > et2-description {width:~"calc(100% - 58px)";}
}
}
#calendar-toolbar {
margin-bottom: 0.3em;
}
#calendar-toolbar_toolbar {
et2-switch .label.on {
span.off {