Skip to content

Commit

Permalink
fix torrent details table background
Browse files Browse the repository at this point in the history
  • Loading branch information
lardbit committed Jan 2, 2024
1 parent 67c40c2 commit 0a84152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="position-relative">
<ngx-loading [show]="isSaving || isFetchingInitialTorrents"></ngx-loading>
<div class="alert alert-info m-3" *ngIf="results.length === 0">No results yet ...</div>
<table class="table table-striped table-responsive" *ngIf="results.length > 0">
<table class="table table-striped table-responsive table-dark" *ngIf="results.length > 0">
<thead>
<tr>
<th>Name</th>
Expand Down

0 comments on commit 0a84152

Please sign in to comment.