Skip to content

Commit

Permalink
[WIP] index/components/Files/Cards: update size of a card with file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoshinNikita committed Sep 26, 2019
1 parent 7ea9456 commit 650c27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index/components/Files/Cards/File.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ export default Vue.extend({
};
}
// Have to display an extension icon
// Have to display an file icon
return {
"max-width": "50px",
"max-height": "50px",
"max-width": "100px",
"max-height": "60px",
"margin-top": "5px"
};
}
Expand Down

0 comments on commit 650c27d

Please sign in to comment.