enhance(mobile): space around for bottom bar

This commit is contained in:
Tienson Qin
2021-12-22 16:36:44 +08:00
parent be4b1305ca
commit a04ab8e271
3 changed files with 160 additions and 159 deletions

View File

@@ -3,12 +3,13 @@
bottom: 0;
left: 0;
width: 100%;
justify-content: center;
justify-content: space-around;
height: 2.5rem;
display: flex;
align-items: center;
z-index: 9999;
overflow-x: overlay;
overflow-y: hidden;
transition: none;
button {