put widgets drawer back on the right hand side

This commit is contained in:
dakkar 2025-05-02 19:44:14 +01:00
parent 75ecbd22e3
commit 203cd7ad31

View file

@ -207,7 +207,7 @@ function getPointerEvents() {
.transition_widgetsDrawer_enterFrom,
.transition_widgetsDrawer_leaveTo {
opacity: 0;
transform: translateX(-240px);
transform: translateX(240px);
}
.transition_notification_move,
@ -249,7 +249,7 @@ function getPointerEvents() {
.widgetsDrawer {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1001;
width: 310px;
height: 100dvh;