[mempool | blockchain] position changes between main/mining dashboards

This commit is contained in:
nymkappa
2022-02-17 16:09:10 +09:00
parent b1bd6f8fdb
commit 538ae3b757
6 changed files with 42 additions and 26 deletions

View File

@@ -16,7 +16,6 @@
}
.blockchain-wrapper {
overflow: hidden;
height: 250px;
-webkit-user-select: none; /* Safari */
@@ -61,3 +60,13 @@
left: -150px;
top: 0px;
}
.animate {
transition: all 1s ease-in-out;
}
.move-left {
transform: translate(-40%, 0);
@media (max-width: 767.98px) {
transform: translate(-85%, 0);
}
}