Archive commit

This commit is contained in:
Erik McClure
2019-08-28 21:15:02 -07:00
commit 735845746e
1435 changed files with 140724 additions and 0 deletions
@@ -0,0 +1,18 @@
.party-list {
position: relative;
@media (max-height: 180px) {
display: none;
}
}
.party-list-ellipsis {
margin-top: -4px;
margin-left: -3px;
}
.party-list-items {
@media (max-height: 260px) {
display: none;
}
}