mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix styling on notification view
This commit is contained in:
parent
3e55caeffd
commit
311ca1f3ca
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html style="height:600px;">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>MetaMask Notification</title>
|
||||
@ -9,7 +9,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="width:350px; height:500px;">
|
||||
<body class="notification" style="height:600px;">
|
||||
<div id="app-content"></div>
|
||||
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
|
||||
</body>
|
||||
|
@ -16,6 +16,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.notification {
|
||||
.confirm-screen-wrapper {
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
height: calc(100vh - 85px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.confirm-screen-wrapper {
|
||||
height: 100%;
|
||||
width: 380px;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.network-component--disabled {
|
||||
border-color: transparent !important;
|
||||
// border-color: transparent !important;
|
||||
cursor: default;
|
||||
|
||||
.fa-caret-down {
|
||||
|
Loading…
Reference in New Issue
Block a user