1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +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 {
display: flex;
border: none;
box-shadow: none;
width: 100%;
margin-top: 2px;
height: 100%;
flex-direction: column;
justify-content: space-between;
&.page-container {
display: flex;
border: none;
box-shadow: none;
width: 100%;
margin-top: 2px;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
@media screen and (min-width: 576px) {
width: 426px;