mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(mobile): fixed position of head-bar & mobile-bar (#3360)
enhance(mobile): fixed position of head-bar & mobile-bar Co-authored-by: charlie <xyhp915@qq.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#mobile-editor-toolbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
height: 2.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 9999;
|
||||
|
||||
transition: top 0.3s;
|
||||
transition: none;
|
||||
|
||||
button {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user