diff options
| author | Haishan <[email protected]> | 2020-12-06 14:57:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-12-06 20:19:51 +0800 |
| commit | 8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (patch) | |
| tree | da098c1434b5f745f391330dde37b6468deec45b /src/components/SideBar.module.css | |
| parent | a8c6cd23ce2b585362f515080b2167990c554fed (diff) | |
feat: initial Chinese UI language support
Diffstat (limited to 'src/components/SideBar.module.css')
| -rw-r--r-- | src/components/SideBar.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/SideBar.module.css b/src/components/SideBar.module.css index 7ecb3c3..744d29d 100644 --- a/src/components/SideBar.module.css +++ b/src/components/SideBar.module.css @@ -1,5 +1,6 @@ .root { background: var(--color-bg-sidebar); + min-width: 150px; position: relative; } |
