fix (web): optimization mobile navigation bar
All checks were successful
Go / build-docker (release) Successful in 5m28s
All checks were successful
Go / build-docker (release) Successful in 5m28s
This commit is contained in:
parent
0c326e82a8
commit
9daf384514
@ -6,12 +6,13 @@
|
|||||||
|
|
||||||
.main_down_menu {
|
.main_down_menu {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
left: 0;
|
||||||
|
width: calc(100%);
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
background-color: var(--md-sys-color-background);
|
background-color: var(--md-sys-color-background);
|
||||||
padding: 10px 0;
|
padding: 5px 0 10px 0;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
}
|
}
|
||||||
.main_down_menu_item {
|
.main_down_menu_item {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user