0.10.2-10 DVD Title Scan

This commit is contained in:
2026-03-16 11:05:38 +00:00
parent 38a82706ce
commit 901b8a0b61
14 changed files with 482 additions and 99 deletions
+4 -6
View File
@@ -2258,6 +2258,7 @@ body {
}
.history-dv-item-grid {
position: relative;
display: grid;
gap: 0.5rem;
padding: 0.65rem;
@@ -2266,22 +2267,19 @@ body {
}
.history-dv-grid-poster-wrap {
position: relative;
width: min(120px, 100%);
margin: 0 auto;
}
.history-dv-grid-status-overlay {
position: absolute;
top: 0.4rem;
left: 0;
top: 0.5rem;
left: 0.5rem;
z-index: 1;
pointer-events: none;
}
.history-dv-grid-status-overlay .p-tag {
pointer-events: auto;
box-shadow: 0 1px 4px rgba(0,0,0,0.25);
box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.history-dv-grid-main {