Fix styling on notification view

This commit is contained in:
Chi Kei Chan 2017-10-25 00:10:09 -07:00
parent 3e55caeffd
commit 311ca1f3ca
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<html> <html style="height:600px;">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>MetaMask Notification</title> <title>MetaMask Notification</title>
@ -9,7 +9,7 @@
} }
</style> </style>
</head> </head>
<body style="width:350px; height:500px;"> <body class="notification" style="height:600px;">
<div id="app-content"></div> <div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body> </body>

View File

@ -16,6 +16,15 @@
} }
} }
.notification {
.confirm-screen-wrapper {
@media screen and (max-width: $break-small) {
height: calc(100vh - 85px);
}
}
}
.confirm-screen-wrapper { .confirm-screen-wrapper {
height: 100%; height: 100%;
width: 380px; width: 380px;

View File

@ -1,5 +1,5 @@
.network-component--disabled { .network-component--disabled {
border-color: transparent !important; // border-color: transparent !important;
cursor: default; cursor: default;
.fa-caret-down { .fa-caret-down {