added backup apis and tests
This commit is contained in:
@@ -113,11 +113,16 @@
|
||||
@include shadowize();
|
||||
}
|
||||
}
|
||||
body:not(.overlay-active) {
|
||||
.app-sidebar ~ .app-body .toasts-wrapper {
|
||||
left: var(--appSidebarWidth);
|
||||
|
||||
@media screen and (min-width: 980px) {
|
||||
body:not(.overlay-active):has(.app-sidebar) {
|
||||
.toasts-wrapper {
|
||||
left: var(--appSidebarWidth);
|
||||
}
|
||||
}
|
||||
.app-sidebar ~ .app-body .page-sidebar ~ .toasts-wrapper {
|
||||
left: calc(var(--appSidebarWidth) + var(--pageSidebarWidth));
|
||||
body:not(.overlay-active):has(.page-sidebar) {
|
||||
.toasts-wrapper {
|
||||
left: calc(var(--appSidebarWidth) + var(--pageSidebarWidth));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user