mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-04 20:21:31 +08:00
feat(layout): use same sidebar icon, but flipped
This commit is contained in:
parent
bebe66a94c
commit
2883942d87
@ -6,7 +6,8 @@ export default class RightPaneToggleWidget extends CommandButtonWidget {
|
||||
super();
|
||||
|
||||
this.class("toggle-button");
|
||||
this.settings.icon = "bx-dock-right";
|
||||
this.css("transform", "scaleX(-1)");
|
||||
this.settings.icon = "bx-sidebar";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user