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