style: show event title in info panel (#467)

This commit is contained in:
Carlos Valente
2023-07-23 15:41:58 +02:00
committed by GitHub
parent 60799d3d88
commit e49918e8bb
3 changed files with 30 additions and 9 deletions
+14 -4
View File
@@ -2,11 +2,21 @@
@use '../../theme/v2Styles' as *;
.panelHeader {
font-size: $inner-section-text-size;
font-family: $ontime-font-family;
color: $label-gray;
display: flex;
justify-content: end;
justify-content: space-between;
gap: 1rem;
.title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.selected {
min-width: max-content;
font-size: $inner-section-text-size;
color: $label-gray;
}
}
.labels {