UNPKG

chrome-devtools-frontend

Version:
56 lines (49 loc) 1.15 kB
/* * Copyright 2024 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .toolbar-container { display: flex; flex-wrap: wrap; background-color: var(--sys-color-cdt-base-container); border-bottom: 1px solid var(--sys-color-divider); flex: 0 0 auto; justify-content: space-between; } .artifacts-toolbar-container { display: flex; align-items: center; justify-content: flex-start; height: 27px; padding: 5px; border-bottom: 1px solid var(--sys-color-divider); } .assistance-view-wrapper-with-sidebar { display: flex; flex-direction: column; height: 100%; overflow: hidden; } .ai-assistance-view-container { display: flex; flex-direction: column; width: 100%; height: 100%; align-items: center; overflow: hidden; & .fill-panel { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } } .toolbar-feedback-link { color: var(--sys-color-primary); margin: 0 var(--sys-size-3); height: auto; font-size: var(--sys-typescale-body4-size); }