mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix dropshadow permissions page (#9413)
This commit is contained in:
parent
c97493cc13
commit
86adca8486
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user