diff --git a/browser/main/Detail/NoteDetailInfo.styl b/browser/main/Detail/NoteDetailInfo.styl index 01a177db..502b6824 100644 --- a/browser/main/Detail/NoteDetailInfo.styl +++ b/browser/main/Detail/NoteDetailInfo.styl @@ -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 diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index b5b8bb74..25d431cf 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -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