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:
parent
c97493cc13
commit
86adca8486
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user