Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ matrix:

cache:
directories:
- $HOME/.npm
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

Expand All @@ -34,6 +33,7 @@ before_install:
libxkbfile-dev \
libxtst-dev
fi
- npm cache verify

script: npm test && npm run dist

Expand Down
2 changes: 2 additions & 0 deletions styles/base/avatar.mcss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Avatar {
width: 45px
height: 45px
object-fit: cover
border-radius: 3px
}