From 8a50ef4ef2f6f6044d36ea2f4fe06e663083972e Mon Sep 17 00:00:00 2001 From: Haishan Date: Sun, 6 Dec 2020 14:57:59 +0800 Subject: feat: initial Chinese UI language support --- src/components/SideBar.module.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/SideBar.module.css') 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; } -- cgit v1.3.1