Skip to content

Commit c98712b

Browse files
committed
Hide legend on mobile devices to optimize space in the home section of the Prowlarr UI
1 parent 872222d commit c98712b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

frontend/templates/components/home_section.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -783,13 +783,9 @@ <h3><i class="fas fa-download"></i> Swaparr Status</h3>
783783
max-height: 150px;
784784
}
785785

786-
.legend-items {
787-
flex-direction: column;
788-
gap: 8px;
789-
}
790-
791-
.legend-item {
792-
justify-content: center;
786+
/* Hide legend on mobile to save space */
787+
.prowlarr-legend {
788+
display: none;
793789
}
794790
}
795791
</style>

0 commit comments

Comments
 (0)