fix: center item

This commit is contained in:
Tienson Qin
2022-05-27 13:53:59 +08:00
parent e66c11323c
commit 062c2523bc
2 changed files with 9 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
(state/mobile?)
(state/sub :mobile/show-tabbar?)
(state/get-current-repo))
[:div.cp__footer.w-full.bottom-0.justify-between.items-center
[:div.cp__footer.w-full.bottom-0.justify-between
(audio-record-cp)
(mobile-bar-command #(state/toggle-document-mode!) "notes")
(mobile-bar-command

View File

@@ -11,7 +11,7 @@
height: 80px;
/* border-top: 1.5px solid var(--ls-tertiary-border-color); */
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
.ti, .timer {
color: var(--ls-primary-text-color);
opacity: 0.5;
@@ -51,12 +51,12 @@
left: 0px;
height: 40px;
}
.show-submenu {
display: block;
}
}
.toolbar-commands {
justify-content: space-between;
display: flex;
@@ -103,10 +103,14 @@ html.is-zoomed-native-ios {
.cp__footer {
height: 60px;
}
@media (orientation: landscape) {
.cp__footer {
height: 50px;
}
}
}
.bottom-action {
line-height: 1.15;
}