mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
feat(mobile): add keyboard-collapse icon on toolbar
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user