feat(layout): use same sidebar icon, but flipped

This commit is contained in:
Elian Doran 2025-01-19 20:28:26 +02:00
parent bebe66a94c
commit 2883942d87
No known key found for this signature in database

View File

@ -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";
}
}