chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (19 loc) • 444 B
CSS
/*
* Copyright 2025 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.layer-summary {
border-top: 1px solid var(--sys-color-divider);
justify-content: space-between;
padding: 4px 10px;
flex-shrink: 0;
}
.layer-count {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.layer-tree-wrapper {
flex-grow: 1;
}