New UI for responsive navbar. (#458)
New UI for responsive navbar. fixes #458
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<div class="container-xl mt-2">
|
||||
<div class="container-xl mt-2 dashboard-container">
|
||||
|
||||
<div class="row row-cols-1 row-cols-md-2" *ngIf="{ value: (mempoolInfoData$ | async) } as mempoolInfoData">
|
||||
<ng-template [ngIf]="collapseLevel === 'three'" [ngIfElse]="expanded">
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
.dashboard-container {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.dashboard-container {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #1d1f31;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user