finish peeps tables

This commit is contained in:
Your Name
2026-06-13 17:39:44 -04:00
parent 32df06f583
commit 2d48838fe6
3 changed files with 173 additions and 15 deletions
+34
View File
@@ -2839,3 +2839,37 @@ button.inline-link,
white-space: nowrap;
}
.drops-sort-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 0.4rem;
width: 100%;
padding: 0;
border: 0;
background: transparent;
color: inherit;
font: inherit;
letter-spacing: inherit;
text-align: left;
text-transform: inherit;
cursor: pointer;
}
.drops-sort-button:hover,
.drops-sort-button.is-active {
color: rgba(255, 255, 255, 0.96);
}
.drops-sort-arrow {
min-width: 0.75rem;
color: rgba(255, 255, 255, 0.62);
font-size: 0.66rem;
}
.drops-pager {
margin: 0.9rem 1rem 1rem;
}