Files
element-call/src/AppBar.module.css
T

23 lines
343 B
CSS
Raw Normal View History

2025-06-26 05:08:57 -04:00
.bar {
flex-shrink: 0;
}
.bar > header {
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;
}