mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add collapsible sidebar (#68)
- Sidebar can collapse by menu option or dragging
This commit is contained in:
parent
ec7a053a74
commit
e49fe6c452
11 changed files with 348 additions and 50 deletions
|
|
@ -21,6 +21,7 @@
|
|||
--titlebar-controls-bg: rgba(0, 0, 0, 0);
|
||||
|
||||
--sidebar-bg: rgb(0, 0, 0);
|
||||
--sidebar-bg-hover: rgb(50, 50, 50);
|
||||
--sidebar-fg: rgb(210, 210, 210);
|
||||
--sidebar-fg-hover: rgb(255, 255, 255);
|
||||
--sidebar-handle-bg: #4d4d4d;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ body[data-theme='defaultLight'] {
|
|||
--titlebar-controls-bg: rgba(0, 0, 0, 0);
|
||||
|
||||
--sidebar-bg: rgb(240, 241, 242);
|
||||
--sidebar-bg-hover: rgb(200, 200, 200);
|
||||
--sidebar-fg: rgb(0, 0, 0);
|
||||
--sidebar-fg-hover: rgb(85, 85, 85);
|
||||
--sidebar-handle-bg: rgb(220, 220, 220);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue