2025-06-26 05:08:57 -04:00
|
|
|
.bar {
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar > header {
|
2026-04-21 13:12:27 +02:00
|
|
|
position: sticky;
|
2025-06-26 05:08:57 -04:00
|
|
|
inset-inline: 0;
|
|
|
|
|
inset-block-start: 0;
|
|
|
|
|
block-size: 64px;
|
|
|
|
|
z-index: var(--call-view-header-footer-layer);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar svg path {
|
|
|
|
|
fill: var(--cpd-color-icon-primary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar > header > h1 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|