1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix dropshadow permissions page (#9413)

This commit is contained in:
Brad Decker 2020-09-15 15:20:58 -05:00 committed by GitHub
parent c97493cc13
commit 86adca8486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
.permission-approval-container { .permission-approval-container {
&.page-container {
display: flex; display: flex;
border: none; border: none;
box-shadow: none; box-shadow: none;
@ -7,6 +8,7 @@
height: 100%; height: 100%;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
}
@media screen and (min-width: 576px) { @media screen and (min-width: 576px) {
width: 426px; width: 426px;