mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +00:00
put widgets drawer back on the right hand side
This commit is contained in:
parent
75ecbd22e3
commit
203cd7ad31
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue