fix (web): optimization mobile navigation bar

This commit is contained in:
Michael 2025-08-18 16:04:18 +03:00
parent 0c326e82a8
commit 0badcdbed7

View File

@ -6,12 +6,13 @@
.main_down_menu {
display: none;
position: fixed;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
width: calc(100%);
justify-content: space-around;
background-color: var(--md-sys-color-background);
padding: 10px 0;
padding: 5px 0 10px 0;
z-index: 4;
}
.main_down_menu_item {