visual upgrade

This commit is contained in:
Simon
2026-02-08 15:48:45 +00:00
parent c67a5cde16
commit f71d8e3ee1
2 changed files with 132 additions and 32 deletions

View File

@@ -487,9 +487,9 @@ body.theme-light .setting-item select option {
.video-card img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
height: auto;
display: block;
background: var(--bg-tertiary);
}
.video-card h4 {
@@ -513,6 +513,15 @@ body.theme-light .setting-item select option {
margin: 0;
}
.video-meta {
padding-bottom: 4px;
}
.video-duration {
color: var(--text-primary);
opacity: 0.8;
}
/* Modal */
.modal {
display: none;