Release v1.4.27 with bug audit hardening fixes

This commit is contained in:
Sucukdeluxe
2026-02-28 14:12:16 +01:00
parent cbc423e4b7
commit 8700db4a37
27 changed files with 1322 additions and 119 deletions
+16 -1
View File
@@ -278,12 +278,22 @@ body,
.downloads-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.downloads-toolbar-actions {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.downloads-toolbar .search-input {
margin-left: auto;
}
.search-input {
width: min(360px, 100%);
background: var(--field);
@@ -729,6 +739,11 @@ td {
align-items: flex-start;
}
.downloads-toolbar .search-input {
width: 100%;
margin-left: 0;
}
.settings-toolbar-actions {
width: 100%;
}