| /* |
| * Copyright 2026 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| .device-bound-session-grid-wrapper { |
| margin: 0 20px 5px; |
| } |
| |
| .device-bound-session-grid-wrapper devtools-data-grid { |
| display: block; |
| } |
| |
| .device-bound-session-view-wrapper, .device-bound-session-sidebar { |
| overflow-y: auto; |
| scroll-behavior: smooth; |
| padding-bottom: 20px; |
| } |
| |
| .device-bound-session-no-events-wrapper, .device-bound-session-no-event-details { |
| padding: 0 20px; |
| } |
| |
| .device-bound-sessions-toolbar { |
| background-color: var(--sys-color-cdt-base-container); |
| border-bottom: var(--sys-size-1) solid var(--sys-color-divider); |
| } |