updates to transparency filtering, fixing mass tag edit autocomplete

This commit is contained in:
Bryan Van Deusen
2026-01-21 08:36:46 -05:00
parent ede1457abc
commit fa9b89eca2
6 changed files with 111 additions and 81 deletions
+13 -29
View File
@@ -1509,31 +1509,24 @@ select.form-input optgroup {
}
/*------------------------------------------------------------------------------
Gallery Header Layout
Floating Select Button (Gallery)
------------------------------------------------------------------------------*/
.gallery-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1rem;
.floating-select-btn {
position: fixed;
top: 0.75rem;
right: 1rem;
z-index: 1001;
}
.gallery-header-left {
display: flex;
flex-direction: column;
gap: 0.5rem;
.floating-select-btn .btn {
box-shadow: var(--shadow-2);
}
.gallery-header-left h1 {
margin: 0;
}
.gallery-header-actions {
display: flex;
gap: 0.5rem;
align-items: center;
@media (max-width: 640px) {
.floating-select-btn {
top: 0.5rem;
right: 0.5rem;
}
}
/*------------------------------------------------------------------------------
@@ -1723,13 +1716,4 @@ body.select-mode .gallery-item:hover {
.bulk-editor-panel.active {
transform: translateY(0);
}
.gallery-header {
flex-direction: column;
align-items: stretch;
}
.gallery-header-actions {
justify-content: flex-end;
}
}