Skip to content

Commit 0934d45

Browse files
committed
fix css code Preferences button, unsaved list in ArticleNav
1 parent f2f3179 commit 0934d45

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

browser/styles/main/ArticleNavigator.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ articleCount = #999
7070
padding-left 10px
7171
font-size 18px
7272
line-height 22px
73-
margin-bottom 5px
7473
.ArticleNavigator-unsaved-list
74+
height 165px
75+
padding 5px 0
76+
overflow-y scroll
7577
.ArticleNavigator-unsaved-list-item
7678
height 33px
7779
padding-left 15px

browser/styles/main/modal/Preferences.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ iptFocusBorderColor = #369DCD
7070
margin 10px 0 5px
7171
color brandColor
7272
&>.sectionInput
73-
height 33px
7473
margin-bottom 5px
7574
clearfix()
7675
label

0 commit comments

Comments
 (0)