Skip to content

Commit

Permalink
moved height declaration to specifically inside of a v-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 7, 2017
1 parent bc2e061 commit 3cdfe42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stylus/components/_avatars.styl
Expand Up @@ -5,6 +5,4 @@
text-align: center

img, .icon
height: 40px
width: 40px
border-radius: 50%
2 changes: 2 additions & 0 deletions src/stylus/components/_lists.styl
Expand Up @@ -55,8 +55,10 @@
font-size: $list-sub-title-font-size

.avatar
height: 40px
justify-content: flex-start
min-width: 56px
width: 40px

&__action
display: flex
Expand Down

0 comments on commit 3cdfe42

Please sign in to comment.