Show warning on testnet/signet

This commit is contained in:
nymkappa
2023-03-18 17:01:31 +09:00
parent 5977251a20
commit 7562407a0c
4 changed files with 38 additions and 1 deletions

View File

@@ -192,4 +192,19 @@ nav {
margin: 33px 0px 0px -19px;
font-size: 7px;
}
}
.close {
position: absolute;
color: black;
right: 10px;
top: 17px;
@media (max-width: 620px) {
right: 10px;
top: 0px;
};
@media (min-width: 992px) {
right: 10px;
top: 13px;
};
}