/* 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. */
/* #css_wrapper_metadata_start
* #type=style-lit
* #css_wrapper_metadata_end */
:host(:focus) {
outline: none;
}
#thumbnails {
box-sizing: border-box;
height: 100%;
overflow: auto;
padding-bottom: 24px;
padding-inline-end: var(--viewer-thumbnail-bar-padding-inline-end);
text-align: center;
}
viewer-thumbnail {
padding-top: 24px;
}