mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
feat(ui): add movie/series genre list pages (#1194)
This commit is contained in:
@@ -16,18 +16,17 @@ body {
|
||||
background: #f19a30;
|
||||
}
|
||||
|
||||
ul.cardList {
|
||||
ul.cards-vertical,
|
||||
ul.cards-horizontal {
|
||||
@apply grid gap-4;
|
||||
}
|
||||
|
||||
ul.cards-vertical {
|
||||
grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
|
||||
}
|
||||
|
||||
ul.cardList > li {
|
||||
@apply flex flex-col items-center col-span-1 text-center;
|
||||
}
|
||||
|
||||
.titleCard {
|
||||
@apply relative bg-gray-800 bg-cover;
|
||||
padding-bottom: 150%;
|
||||
ul.cards-horizontal {
|
||||
grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
|
||||
}
|
||||
|
||||
.slider-header {
|
||||
|
||||
Reference in New Issue
Block a user