@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 689 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2019 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.no-border-top-datagrid > .data-grid {\n /* make sure there is no top border, it ruins the menu view */\n border-top: 0;\n}\n\n.event-display-table-contents-table-container > .widget > .data-grid {\n height: 100%;\n}\n\n.data-grid .event-display-table-basic-text-table-entry {\n line-height: 26px;\n}\n\n.event-display-table-contents-json-wrapper > .json-view {\n overflow: visible;\n}\n\n/*# sourceURL=eventDisplayTable.css */\n");export default styles;