0.10.2-23 History
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user