Add Scrolling Overflow Styles. Make Branch/State Height Fixed

This commit is contained in:
darthtrevino 2016-07-11 11:33:03 -07:00
Родитель ab2266d2bf
Коммит 183bef403f
4 изменённых файлов: 18 добавлений и 0 удалений

12
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
charset = utf-8
indent_size = 2
[*.md]
trim_trailing_whitespace = false

Просмотреть файл

@ -5,3 +5,4 @@
.history-branch-list
@extend %flexy
flex-direction: column
overflow-y: scroll

Просмотреть файл

@ -7,6 +7,8 @@
@extend %flexy
align-content: space-between
flex-direction: column
height: 100%
width: 100%
.state-list-container
@extend %flexy

Просмотреть файл

@ -6,7 +6,10 @@ $highlight: #f93
border-top: 1px solid $white
cursor: pointer
display: flex
min-height: 30px
min-width: 250px
padding: 4px
position: relative
&:not(:hover)
border-right: 3px solid transparent