Improve sidebar embed look and feel

This commit is contained in:
2022-11-21 03:45:43 +01:00
parent 05f985d611
commit cba66c794e
10 changed files with 156 additions and 73 deletions

View File

@ -26,7 +26,6 @@ body {
display: flex;
align-items: stretch;
flex-direction: row;
background-color: white;
}
.calendar-date-date {
@ -36,6 +35,7 @@ body {
margin-right: 8px;
flex: 35px 0 0;
height: 100%;
background-color: white;
}
.calendar-date-month {
background-color: var(--calendar-fablab-red);
@ -96,6 +96,12 @@ body {
flex-direction: column;
justify-content: center;
}
.calendar-event-description p {
margin-bottom: 0.5em;
}
.calendar-event-description p:last-child {
margin-bottom: 0;
}
.calendar-event-type {
flex: 0 0 12px;
margin: -5px -5px -5px 0;