new functions and fixes

This commit is contained in:
Mateusz Gruszczyński
2026-08-06 09:08:02 +02:00
parent 1e80fb2bcb
commit 7989a873e7
11 changed files with 191 additions and 42 deletions
+23 -1
View File
@@ -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);