fixed buttons

This commit is contained in:
Mateusz Gruszczyński
2026-09-20 16:21:52 +02:00
parent 099840d66a
commit 6329ac33d1
3 changed files with 31 additions and 21 deletions
+15 -5
View File
@@ -2854,7 +2854,9 @@ dialog::backdrop {
flex: 0 0 auto;
}
.files-head-actions .action-button {
.files-head-actions .primary-button,
.files-head-actions .secondary-button,
.files-head-actions .danger-button {
width: auto;
}
@@ -2959,6 +2961,10 @@ dialog::backdrop {
gap: 7px;
}
.file-actions .primary-button {
width: auto;
}
.file-actions button,
.file-secondary-actions__buttons button {
white-space: nowrap;
@@ -3074,7 +3080,9 @@ dialog::backdrop {
line-height: 1.5;
}
.files-state .action-button {
.files-state .primary-button,
.files-state .secondary-button,
.files-state .danger-button {
margin-top: 14px;
}
@@ -3177,7 +3185,9 @@ dialog::backdrop {
gap: 6px;
}
.files-head-actions .action-button {
.files-head-actions .primary-button,
.files-head-actions .secondary-button,
.files-head-actions .danger-button {
padding-inline: 9px;
}
@@ -3264,11 +3274,11 @@ dialog::backdrop {
line-height: 1.4;
}
.video-choice-actions>.action-button--primary span {
.video-choice-actions>.primary-button span {
color: var(--on-accent);
}
.video-choice-actions>.action-button--secondary span {
.video-choice-actions>.secondary-button span {
color: var(--text-secondary);
}