mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(ui): Size cards appropriately based on base font size (#871)
This commit is contained in:
@@ -15,6 +15,15 @@ body {
|
||||
background: #f19a30;
|
||||
}
|
||||
|
||||
ul.cardList {
|
||||
@apply grid gap-4;
|
||||
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 rounded-lg;
|
||||
padding-bottom: 150%;
|
||||
|
||||
Reference in New Issue
Block a user