Skip to content

Commit

Permalink
improve(ui): size of mobile bar
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Nov 28, 2022
1 parent 7f5bd7d commit 2e7dca1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/main/frontend/mobile/index.css
Expand Up @@ -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%;
Expand All @@ -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;
}

Expand Down

0 comments on commit 2e7dca1

Please sign in to comment.