fixes and functions

This commit is contained in:
Mateusz Gruszczyński
2026-08-05 22:56:02 +02:00
parent 19d481fe72
commit b41ec22aab
5 changed files with 71 additions and 3 deletions
+24
View File
@@ -2368,6 +2368,18 @@ dialog::backdrop {
font-size: .8rem;
}
.files-head-actions {
display: flex;
align-items: center;
gap: 8px;
flex: 0 0 auto;
}
.files-head-actions .primary-button,
.files-head-actions .action-button {
width: auto;
}
.files-list {
display: grid;
gap: 9px;
@@ -2416,6 +2428,18 @@ dialog::backdrop {
}
@media (max-width: 620px) {
.files-head {
gap: 10px;
}
.files-head-actions {
gap: 6px;
}
.files-head-actions .action-button {
padding-inline: 9px;
}
.file-row {
grid-template-columns: 1fr;
}