1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #7463 from MetaMask/expand-home-notification-height

Expand home notification height
This commit is contained in:
Thomas Huang 2019-11-18 12:32:38 -08:00 committed by GitHub
commit b3395502f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {
@ -95,6 +95,7 @@
&__buttons {
display: flex;
width: 100%;
margin-top: 10px;
justify-content: flex-start;
flex-direction: row-reverse;
}