fix(tv): Episoden-Cards vergrößert, Laufzeit-Badge vollständig sichtbar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
78dd9ebe03
commit
f78bfd293b
1 changed files with 6 additions and 5 deletions
|
|
@ -455,9 +455,10 @@ a { color: var(--accent); text-decoration: none; }
|
|||
right: 6px;
|
||||
background: rgba(0,0,0,0.75);
|
||||
color: #fff;
|
||||
font-size: 0.7rem;
|
||||
padding: 2px 6px;
|
||||
font-size: 0.8rem;
|
||||
padding: 3px 8px;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Info-Bereich */
|
||||
|
|
@ -1816,8 +1817,8 @@ textarea.input-editing {
|
|||
/* --- Episode Card-Grid (Phase 5, Plex-Style) --- */
|
||||
.tv-episode-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
|
||||
gap: 0.8rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
||||
gap: 1rem;
|
||||
padding: 6px; /* Platz fuer Focus-Ring + Scale-Transform */
|
||||
}
|
||||
.tv-episode-tile {
|
||||
|
|
@ -2017,7 +2018,7 @@ textarea.input-editing {
|
|||
|
||||
/* Responsive: Episode-Grid */
|
||||
@media (min-width: 1200px) {
|
||||
.tv-episode-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
|
||||
.tv-episode-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.tv-episode-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.5rem; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue