Redesigned testnet alert

fixes #3625
This commit is contained in:
softsimon
2023-04-03 16:25:10 +09:00
parent 6ac0e887f7
commit a1b6fc5a7b
8 changed files with 66 additions and 38 deletions

View File

@@ -193,18 +193,3 @@ nav {
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;
};
}