fix mobile navigation placement
This commit is contained in:
@@ -2334,7 +2334,7 @@ button.overview-command-card { cursor: pointer; }
|
|||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.workbench-layout { display: block; min-height: 100dvh; }
|
.workbench-layout { display: block; min-height: 100dvh; }
|
||||||
.workbench-sidebar {
|
.workbench-sidebar {
|
||||||
position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; width: 100%;
|
position: fixed; z-index: 120; top: auto; right: 0; bottom: 0; left: 0; width: 100%;
|
||||||
min-height: 4.15rem; max-height: 4.15rem; border-top: 1px solid rgba(153, 218, 202, 0.22);
|
min-height: 4.15rem; max-height: 4.15rem; border-top: 1px solid rgba(153, 218, 202, 0.22);
|
||||||
padding: 0.3rem 0.45rem max(0.3rem, env(safe-area-inset-bottom));
|
padding: 0.3rem 0.45rem max(0.3rem, env(safe-area-inset-bottom));
|
||||||
box-shadow: 0 -8px 24px rgba(3, 40, 35, 0.18);
|
box-shadow: 0 -8px 24px rgba(3, 40, 35, 0.18);
|
||||||
|
|||||||
Reference in New Issue
Block a user