0.10.2-23 History

This commit is contained in:
2026-03-17 14:40:42 +00:00
parent ac91d83c45
commit b3cace8dbf
8 changed files with 34 additions and 30 deletions
+8 -2
View File
@@ -2496,7 +2496,6 @@ body {
display: grid;
grid-template-columns: 11rem 1fr;
gap: 1rem;
margin-bottom: 1rem;
}
.job-detail-meta-wrap {
@@ -2506,7 +2505,6 @@ body {
.job-film-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.55rem;
}
@@ -2816,6 +2814,14 @@ body {
background: #f6ebd6;
}
.poster-large-audio {
width: 100%;
object-fit: cover;
border-radius: 0.5rem;
border: 1px solid #cba266;
background: #f6ebd6;
}
.poster-fallback {
display: flex;
align-items: center;