Skip to content

Commit

Permalink
Rounded update button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Sep 9, 2019
1 parent 32dfdb1 commit d68fe8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/renderer/components/ToolBar/InstallUpdateButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ export default {
<style lang="scss" scoped>
.install-button-container {
position: relative;
margin-left: 1rem;
}
</style>
3 changes: 1 addition & 2 deletions src/renderer/components/ToolBar/ProgressIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ export default {
height: 80%;
width: 80%;
z-index: -1;
border-radius: 6px;
border-radius: 50%;
padding: 0.5rem;
box-shadow: 0 2px 2px rgba(black, 0.15);
.download-icon {
transform: scale(0.7)
Expand Down

0 comments on commit d68fe8d

Please sign in to comment.