Skip to content

Commit b461a82

Browse files
committed
Streams hidden by the bottom section #28
1 parent bc6afc7 commit b461a82

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/app/pages/devices/devices.page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ <h2>{{ group.name || group.id }}</h2>
5353
</ion-text>
5454
</ng-template>
5555

56+
<div class="bottom-padding">
57+
</div>
58+
5659

5760

5861
</ion-content>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.bottom-padding {
2+
height: 160px;
3+
}

src/app/pages/streams/streams.page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
<app-snapcast-stream-preview *ngIf="stream.status == 'idle'" [stream]="stream"></app-snapcast-stream-preview>
2424
</div>
2525
</ion-list>
26+
<div class="bottom-padding">
27+
28+
</div>
2629
</ion-content>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.bottom-padding {
2+
height: 80px;
3+
}

0 commit comments

Comments
 (0)