put widgets drawer back on the right hand side
This commit is contained in:
@@ -207,7 +207,7 @@ function getPointerEvents() {
|
|||||||
.transition_widgetsDrawer_enterFrom,
|
.transition_widgetsDrawer_enterFrom,
|
||||||
.transition_widgetsDrawer_leaveTo {
|
.transition_widgetsDrawer_leaveTo {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateX(-240px);
|
transform: translateX(240px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.transition_notification_move,
|
.transition_notification_move,
|
||||||
@@ -249,7 +249,7 @@ function getPointerEvents() {
|
|||||||
.widgetsDrawer {
|
.widgetsDrawer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
right: 0;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
width: 310px;
|
width: 310px;
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
|
|||||||
Reference in New Issue
Block a user