feat(frontand/buttons): move multiselect into buttons = keep visible card/list selector

This commit is contained in:
Edouard Vanbelle
2026-04-15 22:17:13 +02:00
parent b1827c9f3d
commit 33165c6d5a
7 changed files with 66 additions and 136 deletions
-10
View File
@@ -37,15 +37,11 @@
.batch-selection-bar {
display: flex;
align-items: center;
justify-content: space-between;
background: var(--color-multiselect-bg);
color: var(--color-multiselect-text);
padding: 10px 20px;
border-radius: 12px;
margin: 0 0 12px;
height: 60px;
overflow: hidden;
transform: translateY(-8px);
transition:
opacity 0.2s,
max-height 0.25s,
@@ -55,12 +51,6 @@
pointer-events: auto;
}
.batch-bar-left {
display: flex;
align-items: center;
gap: 12px;
}
.batch-bar-close {
background: none;
border: none;