Assets List: Major UI / UX Update removed some columns to reduce space and add them as a secondary row instead

This commit is contained in:
johnnyq
2026-03-03 15:20:11 -05:00
parent fe406487de
commit b94604ae71
17 changed files with 251 additions and 249 deletions

View File

@@ -42,3 +42,19 @@
color: #f1c40f;
font-weight: 900;
}
.checkbox-column {
width: 40px;
min-width: 40px;
text-align: center;
}
.checkbox-column .form-check {
padding-left: 0;
margin-bottom: 0;
}
.checkbox-column .form-check-input {
position: static;
margin: 0;
}