1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-17 18:00:43 +00:00

Fix top part of note detail

This commit is contained in:
Kazu Yokomizo
2017-11-14 18:38:05 +09:00
parent 5b224d3b54
commit 5391ca161d
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
@import('DetailVars') @import('DetailVars')
$info-height = 40px $info-height = 40px
$info-margin-under-border = 27px $info-margin-under-border = 15px
.info .info
absolute top left right absolute top left right
@@ -13,8 +13,9 @@ $info-margin-under-border = 27px
.info-left .info-left
float left float left
padding 0 5px padding 0 7px
margin 0px 2px width 100%
display flex
.info-left-top .info-left-top
display inline-block display inline-block
@@ -23,8 +24,8 @@ $info-margin-under-border = 27px
.info-left-top-folderSelect .info-left-top-folderSelect
padding 0 3px padding 0 3px
height 34px height 40px
line-height 26px line-height 40px
display flex display flex
align-items center align-items center
justify-content center justify-content center

View File

@@ -1,9 +1,10 @@
.root .root
display inline-block display inline-block
user-select none user-select none
height 23px line-height 45px
height 50px
vertical-align middle vertical-align middle
width 300px width 100%
overflow-x scroll overflow-x scroll
white-space nowrap white-space nowrap
@@ -12,9 +13,7 @@
.tag .tag
display inline-block display inline-block
margin 1px 3px margin 0px 2px
padding 0
height 20px
background-color alpha($ui-tag-backgroundColor, 10%) background-color alpha($ui-tag-backgroundColor, 10%)
border-radius 3px border-radius 3px
overflow hidden overflow hidden