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