new functions and fixes
This commit is contained in:
+23
-1
@@ -2510,6 +2510,17 @@ dialog::backdrop {
|
||||
min-width: 74px;
|
||||
}
|
||||
|
||||
.file-delete-notice {
|
||||
margin: 0;
|
||||
padding: 10px 12px;
|
||||
border: 1px solid var(--border-strong);
|
||||
border-radius: 9px;
|
||||
background: var(--surface-2);
|
||||
color: var(--text-secondary);
|
||||
font-size: .8rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.file-actions {
|
||||
flex-wrap: wrap;
|
||||
@@ -2567,13 +2578,24 @@ dialog::backdrop {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.video-choice-actions strong {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.video-choice-actions span {
|
||||
color: var(--muted);
|
||||
font-size: .76rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.video-choice-actions > .action-button--primary span {
|
||||
color: var(--on-accent);
|
||||
}
|
||||
|
||||
.video-choice-actions > .action-button--secondary span {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.video-choice-actions {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user