stacker.news/styles/satistics.module.css
keyan 18910fa2ed Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"
This reverts commit d0314ab73c42ebf85fe2f418dddd681af45dbc55.
2023-07-23 09:16:12 -05:00

33 lines
406 B
CSS

.type {
width: 1px;
white-space: nowrap;
}
.sats {
width: 1px;
white-space: nowrap;
text-align: right;
}
.sats>div {
display: flex;
align-items: center;
}
.failed {
text-decoration: line-through;
}
.row {
cursor: pointer;
}
.itemWrapper {
padding-top: .25rem;
margin-bottom: -.25rem;
}
.commentWrapper {
padding-top: .2rem;
padding-bottom: .4rem;
}