1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix note detail layout

This commit is contained in:
Kazu Yokomizo
2017-11-14 18:13:37 +09:00
parent 792e41f161
commit 5b224d3b54
11 changed files with 44 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
@import('DetailVars')
$info-height = 60px
$info-height = 40px
$info-margin-under-border = 27px
.info
@@ -15,6 +15,7 @@ $info-margin-under-border = 27px
float left
padding 0 5px
margin 0px 2px
.info-left-top
display inline-block
height $info-height
@@ -28,6 +29,7 @@ $info-margin-under-border = 27px
align-items center
justify-content center
border-radius 3px
.info-left-button
width 34px
height 34px
@@ -48,7 +50,7 @@ $info-margin-under-border = 27px
.info-right
position absolute
right 0
right -35px
top 0
background $ui-noteDetail-backgroundColor
bottom 1px