blob: 7f30d97fadce5b62a55d96525ba60e87f90719bc [file] [log] [blame]
<style>
:host {
height: 100%;
}
#container {
display: grid;
flex-shrink: 0;
grid-auto-flow: column;
grid-gap: 4px;
height: 100%;
}
/* Pinned tabs only show the first indicator. */
:host-context([pinned]) tabstrip-alert-indicator:not(:first-child) {
display: none;
}
</style>
<div id="container"></div>