.userrow{display:flex;width:100%;align-items:center;background:var(--semiFG_LL);padding:8px;margin-bottom:8px;max-width:var(--wrW);border-radius:4px;overflow: hidden;}
.userrow *{white-space:nowrap;}
.userrow>.username, .userrow>.credits{display:flex;gap:4px;align-items:center;}
.userrow>.username>.c, .userrow>.credits>.c{color:var(--actFG);}
.userrow>.username>.c{max-width:100px;overflow:hidden;text-overflow:ellipsis;}
.userrow>.credits>.btn{margin-left:4px;padding:2px 8px;}