Bulk actions support

3wtv
This commit is contained in:
Markos Gogoulos
2025-10-27 12:59:08 +02:00
committed by Markos Gogoulos
parent 2a0cb977f2
commit a320375e16
136 changed files with 13585 additions and 1347 deletions

View File

@@ -6,6 +6,14 @@
margin: 0 auto;
width: 100%;
max-width: 100%;
.bulk-actions-container {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 16px;
}
}
.media-list-row {