@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 583 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2017 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.overview-info:not(:empty) {\n display: flex;\n background: var(--color-background);\n box-shadow: var(--drop-shadow);\n padding: 3px;\n}\n\n.overview-info .frame .time {\n display: none;\n}\n\n.overview-info .frame .thumbnail img {\n max-width: 50vw;\n max-height: 50vh;\n}\n\n/*# sourceURL=timelineOverviewInfo.css */\n");export default styles;