Open LittleBigOwI opened 1 week ago
Latest commit | f29a8b9 |
---|---|
Status | ✅ Deployed! |
Preview URL | https://9162597c.jellyfin-web.pages.dev |
Type | 🔀 Preview |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The problem is that gap
doesn't work on older web engines (Tizen, webOS).
Okay - then what do you think of adding a spacer div to the card layout? This should work on all web engines.
Okay - then what do you think of adding a spacer div to the card layout? This should work on all web engines.
Yeah, I was thinking of wrapping the cards with a "card cell" (div with margins), but that would require revising every "card generator" (unfortunately, there are several places where cards are constructed), and I'm not sure there's no logic that strictly requires the card
class to be the topmost.
When navigating the UI, a bug caused cards to display as "hovered" even when the cursor was positioned between two cards.
Changes
Issues