Fix lightning page elements obscured by bottom nav

This commit is contained in:
Mononaut 2023-01-16 10:23:44 -06:00
parent b870e7fcaa
commit 05d7ca2cd3
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E
10 changed files with 4 additions and 12 deletions

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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>

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }