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

@@ -39,3 +39,16 @@ app-fiat {
margin-left: 10px;
}
}
.closing-header {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
align-items: center;
}
@media (max-width: 768px) {
h3 {
font-size: 1.4rem;
}
}