1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-08 14:39:18 +00:00

Fix layout at NoteDetail

This commit is contained in:
Kazu Yokomizo
2017-09-22 23:46:41 +09:00
parent 9861fbf7c8
commit 4e90a93b30
5 changed files with 7 additions and 3 deletions

View File

@@ -57,9 +57,10 @@
.override
absolute bottom left
bottom 30px
left 60px
height 23px
z-index 1
z-index 101
button
navButtonColor()
height 24px

View File

@@ -3,6 +3,8 @@
.root
absolute bottom left right
height $statusBar-height
bottom 16px
z-index 100
background-color $ui-noteDetail-backgroundColor
display flex

View File

@@ -91,7 +91,7 @@ body[data-theme="dark"]
.CodeMirror
font-family inherit !important
line-height 1.4em
height 100%
height 96%
.CodeMirror > div > textarea
margin-bottom -1em
.CodeMirror-focused .CodeMirror-selected