Skip to content
Snippets Groups Projects
Verified Commit 9a6641de authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3443576 by finnsky, mherchel, arunkumark, smustgrave, ckrina,...

Issue #3443576 by finnsky, mherchel, arunkumark, smustgrave, ckrina, Gauravvvv: Mobile version of Navigation menu doesn't properly reset Drupal.displace() on closing
parent d01e3e2d
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,11 @@ body {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
width: var(--admin-toolbar-sidebar-width);
}
@media (min-width: 64rem) {
.admin-toolbar__displace-placeholder {
width: var(--admin-toolbar-sidebar-width);
}
}
/**
* The Admin toolbar component.
......
......@@ -47,7 +47,10 @@ body {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
width: var(--admin-toolbar-sidebar-width);
@media (--admin-toolbar-desktop) {
width: var(--admin-toolbar-sidebar-width);
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment