Skip to content

Commit

Permalink
Merge pull request #7463 from MetaMask/expand-home-notification-height
Browse files Browse the repository at this point in the history
Expand home notification height
  • Loading branch information
tmashuang authored Nov 18, 2019
2 parents 935cf93 + 3003104 commit b339550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/components/app/home-notification/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
background: rgba(36, 41, 46, 0.9);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
border-radius: 8px;
height: 116px;
min-height: 116px;
padding: 16px;

@media screen and (min-width: 576px) {
Expand Down Expand Up @@ -95,6 +95,7 @@
&__buttons {
display: flex;
width: 100%;
margin-top: 10px;
justify-content: flex-start;
flex-direction: row-reverse;
}
Expand Down

0 comments on commit b339550

Please sign in to comment.