Skip to content

Commit

Permalink
website: update sider menu style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent ab77e68 commit 872c61b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/line-numbers-relative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Relative line numbers Extensions for CodeMirror6.

[![Relative line numbers Extensions](https://user-images.githubusercontent.com/1680273/178179301-bbb70117-8d16-453e-b723-12efc132a3d1.png)](https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative)
[![Relative line numbers Extensions](https://user-images.githubusercontent.com/1680273/178180348-c53b4b91-527c-4a90-9e60-20269ef9a598.png)](https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative)

## Install

Expand Down
3 changes: 2 additions & 1 deletion www/src/pages/theme/editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { themeCode } from './themeCode';
import { Sample } from '../themes/Sample';

export const Sider = styled.div`
width: 245px;
width: 220px;
min-width: 220px;
overflow: auto;
height: calc(100vh - 42px);
padding: 18px 16px 120px 16px;
Expand Down

0 comments on commit 872c61b

Please sign in to comment.