From 601f0b0de8eee9b19814dfaa87a93684b7d81777 Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Fri, 22 Sep 2017 16:06:40 +0900 Subject: [PATCH] Fix layout at narrow the width of description in SnippetNoteDetail --- browser/main/Detail/SnippetNoteDetail.styl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/browser/main/Detail/SnippetNoteDetail.styl b/browser/main/Detail/SnippetNoteDetail.styl index 5b6f15cf..90824eae 100644 --- a/browser/main/Detail/SnippetNoteDetail.styl +++ b/browser/main/Detail/SnippetNoteDetail.styl @@ -19,7 +19,7 @@ .body .description absolute top left right - height 80px + height 50px .body .description textarea outline none @@ -27,14 +27,14 @@ height 100% width 100% resize none - border none + border 1px solid $ui-borderColor padding 10px line-height 1.6 background-color $ui-noteDetail-backgroundColor .tabList absolute left right - top 80px + top 55px height 30px display flex background-color $ui-noteDetail-backgroundColor @@ -50,7 +50,7 @@ .tabView absolute left right bottom - top 130px + top 100px .tabView-content absolute top left right bottom @@ -83,6 +83,7 @@ body[data-theme="dark"] .body .description textarea background-color $ui-dark-noteDetail-backgroundColor color $ui-dark-text-color + border 1px solid $ui-dark-borderColor .tabList background-color $ui-button--active-backgroundColor