2.9.6
Update table/profiles to match the at a glance box Add edit columns toggle for mobile
This commit is contained in:
+45
-2
@@ -420,6 +420,14 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.col-toggles-body {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
/* The little pill buttons */
|
||||
.col-toggle {
|
||||
padding: 5px 13px;
|
||||
@@ -1132,9 +1140,44 @@
|
||||
}
|
||||
|
||||
.col-toggles-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex: 0 0 100%;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 8px 12px;
|
||||
background: #f5edd6;
|
||||
border: 1.5px solid #c9b08a;
|
||||
color: #7a5c2a;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn-icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
flex-shrink: 0;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.col-toggles-edit-btn--open .col-toggles-edit-btn-icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.col-toggles-body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.col-toggles-body--open {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.col-toggle {
|
||||
|
||||
Reference in New Issue
Block a user