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,12 +1,14 @@
.permission-approval-container { .permission-approval-container {
display: flex; &.page-container {
border: none; display: flex;
box-shadow: none; border: none;
width: 100%; box-shadow: none;
margin-top: 2px; width: 100%;
height: 100%; margin-top: 2px;
flex-direction: column; height: 100%;
justify-content: space-between; flex-direction: column;
justify-content: space-between;
}
@media screen and (min-width: 576px) { @media screen and (min-width: 576px) {
width: 426px; width: 426px;