0.10.2-9 Layout
This commit is contained in:
@@ -1058,12 +1058,14 @@ export default function HistoryPage({ refreshToken = 0 }) {
|
||||
>
|
||||
<div className="history-dv-grid-poster-wrap">
|
||||
{renderPoster(row, 'history-dv-poster-grid')}
|
||||
<div className="history-dv-grid-status-overlay">
|
||||
{renderStatusTag(row)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="history-dv-grid-main">
|
||||
<div className="history-dv-head">
|
||||
<strong className="history-dv-title">{row?.title || row?.detected_title || '-'}</strong>
|
||||
{renderStatusTag(row)}
|
||||
</div>
|
||||
|
||||
<small className="history-dv-subtle">{subtitle}</small>
|
||||
|
||||
Reference in New Issue
Block a user