Display opening and closing transactions on channel page

fixes #2340
This commit is contained in:
softsimon
2022-08-20 14:24:26 +04:00
parent 37d75f5bdf
commit fd2e2ecafd
4 changed files with 72 additions and 47 deletions

View File

@@ -16,3 +16,9 @@
color: #ffffff66;
font-size: 12px;
}
@media (max-width: 768px) {
.box {
margin-bottom: 20px;
}
}