display uploader

This commit is contained in:
Simon
2026-02-09 13:32:47 +00:00
parent ee1cb511df
commit 257e19e9db
3 changed files with 43 additions and 3 deletions

View File

@@ -737,7 +737,7 @@ body.theme-light .setting-item select option {
/* Grid Container */
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 16px;
padding: 24px;
max-width: var(--grid-max);
@@ -894,6 +894,21 @@ body.theme-light .setting-item select option {
padding-bottom: 4px;
}
.uploader-link {
background: transparent;
border: none;
color: inherit;
font: inherit;
cursor: pointer;
padding: 0;
text-align: left;
}
.uploader-link:hover {
color: var(--text-primary);
text-decoration: underline;
}
.video-duration {
color: var(--text-primary);
opacity: 0.8;