chrome-devtools-frontend
Version:
Chrome DevTools UI
23 lines (19 loc) • 524 B
CSS
/*
* Copyright 2017 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.
*/
.overview-info:not(:empty) {
display: flex;
background: var(--sys-color-cdt-base-container);
box-shadow: var(--sys-elevation-level2);
padding: var(--sys-size-4);
border-radius: var(--sys-shape-corner-small);
}
.overview-info .frame .time {
display: none;
}
.overview-info .frame .thumbnail img {
max-width: 50vw;
max-height: 50vh;
}