mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-04 12:11:30 +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();
|
super();
|
||||||
|
|
||||||
this.class("toggle-button");
|
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