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_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;
|
||||
|
||||
Reference in New Issue
Block a user