Remove fee tier legends.

Fix tv page css.
This commit is contained in:
Miguel Medeiros
2021-09-14 22:35:34 -03:00
parent fa7a45421e
commit 8b8b06e6ab
3 changed files with 34 additions and 59 deletions

View File

@@ -18,18 +18,15 @@
.chart-holder {
height: 650px;
width: 100%;
margin: 30px auto;
margin: 30px auto 0;
}
.blockchain-wrapper {
display: flex;
display: block;
height: 100%;
min-height: 240px;
position: relative;
top: -20px;
@media(min-height: 800px) {
top: 30px;
}
top: 30px;
.position-container {
position: absolute;
@@ -37,10 +34,6 @@
bottom: 170px;
}
.chart-holder {
height: calc(100% - 220px);
}
#divider {
width: 3px;
height: 175px;
@@ -55,27 +48,7 @@
top: -28px;
}
}
@media (min-width: 1920px) {
.position-container {
transform: scale(1.3);
bottom: 210px;
}
.chart-holder {
height: calc(100% - 280px);
}
}
}
:host ::ng-deep .ct-legend {
top: 20px !important;
display: flex;
flex-direction: column-reverse;
@media(min-height: 800px){
padding-top: 40px !important;
}
}
.tv-container {
display: flex;
margin-top: 0px;