chore: remove unwanted changes

This commit is contained in:
zyc9012 2023-05-02 22:51:41 +08:00 committed by tato
parent 5c6877817c
commit 43297d4b29
2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
import { addons } from '@storybook/addons';
addons.setConfig({
isFullscreen: false,
showNav: true,
showPanel: true,
panelPosition: 'bottom',
enableShortcuts: true,
showToolbar: true,
theme: undefined,
selectedPanel: undefined,
initialActive: 'sidebar',
sidebar: {
showRoots: false,
collapsedRoots: ['other'],
},
toolbar: {
title: { hidden: false },
zoom: { hidden: true },
eject: { hidden: false },
copy: { hidden: false },
fullscreen: { hidden: false },
},
});

View File

@ -7,7 +7,6 @@
flex-direction: column;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
background-color: white;
overflow: hidden;
}
.fortune-workarea {