feat(mobile): add keyboard-collapse icon on toolbar

This commit is contained in:
llcc
2022-03-02 17:13:46 +08:00
committed by Andelf
parent b9bdced68f
commit bc5c983a47
2 changed files with 61 additions and 45 deletions

View File

@@ -3,17 +3,27 @@
bottom: 0;
left: 0;
width: 100%;
justify-content: space-between;
height: 2.5rem;
display: flex;
align-items: center;
/* height: 2.5rem; */
z-index: 9999;
overflow-x: overlay;
overflow-y: hidden;
transition: none;
display: flex;
justify-content: space-between;
button {
padding: 10px;
padding: 7px 10px;
}
.toolbar-commands {
justify-content: space-between;
display: flex;
align-items: center;
overflow-x: overlay;
overflow-y: hidden;
}
.toolbar-hide-keyboard {
border-left: 1px solid;
border-color: var(--ls-quaternary-background-color);
}
}