1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +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')
$info-height = 40px
$info-margin-under-border = 27px
$info-margin-under-border = 15px
.info
absolute top left right
@@ -13,8 +13,9 @@ $info-margin-under-border = 27px
.info-left
float left
padding 0 5px
margin 0px 2px
padding 0 7px
width 100%
display flex
.info-left-top
display inline-block
@@ -23,8 +24,8 @@ $info-margin-under-border = 27px
.info-left-top-folderSelect
padding 0 3px
height 34px
line-height 26px
height 40px
line-height 40px
display flex
align-items center
justify-content center

View File

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