Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenptrs committed Mar 30, 2019
2 parents b30d89d + 49843cd commit 0e6c116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/renderer/appstore/components/AppButton/AppButton.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.appbutton {
background-color: transparent;
box-shadow: 0px 2px 6px rgba(30, 27, 82, 0.12);
border-radius: 4px;
width: 380px;
cursor: pointer;
z-index: 1;
z-index: 0;

&:hover {
box-shadow: 2px 4px 6px rgba(30, 27, 82, 0.12);
Expand Down
7 changes: 5 additions & 2 deletions src/renderer/appstore/components/AppStore/AppStore.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
}

.top {
position: absolute;
position: sticky;
height: 0;
top: 0;
transform: translate(-24px, -24px);

svg {
z-index: -1;
max-width: 90%;
height: auto;
transform: translate(-24px, -24px)
}
}
}
Expand Down

0 comments on commit 0e6c116

Please sign in to comment.