improve(ui): size of mobile bar

pull/7492/head
charlie 2022-11-28 15:16:58 +08:00
parent 7f5bd7d4dd
commit 2e7dca1c0a
1 changed files with 3 additions and 6 deletions

View File

@ -67,9 +67,6 @@
position: fixed;
bottom: 0;
transition: bottom 260ms;
/* transition-timing-function: cubic-bezier(.29, 1.01, 1, -0.68); */
/* transition-timing-function: steps(10, jump-end); */
/* transition-timing-function: steps(5, end); */
transition-timing-function: ease-out;
left: 0;
width: 100%;
@ -78,17 +75,17 @@
justify-content: space-between;
button {
padding: 7px 10px;
@apply flex items-center py-2 px-2;
.submenu {
background-color: red;
z-index: 100;
background-color: var(--ls-secondary-background-color);
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
overflow-x: overlay;
overflow-y: hidden;
left: 0px;
overflow-scrolling: touch;
left: 0;
height: 40px;
}