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 {
|
||||
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user