Fix lightning page elements obscured by bottom nav
This commit is contained in:
parent
b870e7fcaa
commit
05d7ca2cd3
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -83,11 +83,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="text-small text-center mt-1" *ngIf="officialMempoolSpace">
|
||||||
|
<a [routerLink]="['/lightning/group/the-mempool-open-source-project' | relativeUrl]">Connect to our nodes</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="text-small text-center mt-1" *ngIf="officialMempoolSpace">
|
<br>
|
||||||
<a [routerLink]="['/lightning/group/the-mempool-open-source-project' | relativeUrl]">Connect to our nodes</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 150px);
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
height: 100%;
|
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user