nice looking popup with well aligned icon

This commit is contained in:
2024-12-31 15:43:18 +01:00
parent eac2709e86
commit fd2295119d
2 changed files with 18 additions and 9 deletions

View File

@ -41,13 +41,22 @@ ics-calendar {
box-shadow: var(--event-details-box-shadow);
}
.event-detail-row-icon {
margin-left: 10px;
margin-right: 20px;
align-content: center;
align-self: center;
}
.event-details-row {
display: flex;
flex-direction: row;
align-items: start;
}
.event-details-title {
.event-details-row-content {
display: flex;
align-items: start;
flex-direction: row;
background-color: var(--event-details-background-color);
margin-top: 0px;
margin-bottom: 4px;