mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(mobile): space around for bottom bar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user