2021-12-15 16:50:11 +00:00
|
|
|
.type {
|
|
|
|
width: 1px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sats {
|
|
|
|
width: 1px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-11-23 18:12:09 +00:00
|
|
|
.sats>div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2021-12-15 16:50:11 +00:00
|
|
|
.failed {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
cursor: pointer;
|
2021-12-16 20:02:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.itemWrapper {
|
|
|
|
padding-top: .25rem;
|
|
|
|
margin-bottom: -.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commentWrapper {
|
|
|
|
padding-top: .2rem;
|
|
|
|
padding-bottom: .4rem;
|
2021-12-15 16:50:11 +00:00
|
|
|
}
|