2021-04-14 18:56:29 -05:00
|
|
|
.item {
|
|
|
|
align-items: flex-start;
|
2021-12-05 11:37:55 -06:00
|
|
|
margin-bottom: 0 !important;
|
2022-08-18 14:19:01 -05:00
|
|
|
padding-bottom: 0 !important;
|
2021-04-14 18:56:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.upvote {
|
2021-04-28 14:30:14 -05:00
|
|
|
margin-top: 9px;
|
2021-04-14 18:56:29 -05:00
|
|
|
}
|
|
|
|
|
2022-09-21 14:57:36 -05:00
|
|
|
.dontLike {
|
|
|
|
fill: #a5a5a5;
|
|
|
|
margin-right: .2rem;
|
|
|
|
padding: 2px;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
|
|
|
|
2021-04-14 18:56:29 -05:00
|
|
|
.text {
|
|
|
|
margin-top: .1rem;
|
2021-04-29 13:43:17 -05:00
|
|
|
padding-right: 15px;
|
2021-04-14 18:56:29 -05:00
|
|
|
}
|
|
|
|
|
2021-09-23 15:09:07 -05:00
|
|
|
.edit {
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-04-30 16:42:51 -05:00
|
|
|
.collapsed .hunk {
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed .text,
|
|
|
|
.collapsed .children {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapsed .upvote {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.collapser {
|
|
|
|
cursor: pointer;
|
2022-02-09 13:15:38 -06:00
|
|
|
fill: var(--theme-grey);
|
2021-04-30 16:42:51 -05:00
|
|
|
width: 45px;
|
|
|
|
margin-left: auto;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2021-04-14 18:56:29 -05:00
|
|
|
.children {
|
2021-08-10 17:59:06 -05:00
|
|
|
margin-top: 0;
|
2021-12-05 11:37:55 -06:00
|
|
|
margin-left: 28px;
|
2021-04-17 13:15:18 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.comments {
|
2021-04-28 14:30:14 -05:00
|
|
|
margin-left: -1rem;
|
2021-04-22 17:14:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.skeleton .hunk {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skeleton .text {
|
2021-04-28 17:52:03 -05:00
|
|
|
height: 80px;
|
2021-04-22 17:14:32 -05:00
|
|
|
border-radius: .4rem;
|
2021-04-29 13:43:17 -05:00
|
|
|
margin-right: 15px;
|
2021-04-28 17:52:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.skeleton .reply {
|
|
|
|
width: 45px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: .2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.replyPadder {
|
|
|
|
padding: .25rem 0;
|
|
|
|
padding-bottom: .5rem;
|
2021-04-28 14:30:14 -05:00
|
|
|
}
|
|
|
|
|
2023-01-26 10:11:55 -06:00
|
|
|
.replyContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2021-04-28 14:30:14 -05:00
|
|
|
.comment {
|
|
|
|
border-radius: .4rem;
|
|
|
|
padding-top: .5rem;
|
|
|
|
padding-left: .2rem;
|
2021-11-09 16:43:56 -06:00
|
|
|
background-color: var(--theme-commentBg);
|
2021-04-28 14:30:14 -05:00
|
|
|
}
|
|
|
|
|
2023-01-26 10:11:55 -06:00
|
|
|
.bountyIcon {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
2021-11-12 16:39:52 -06:00
|
|
|
.hunk {
|
|
|
|
margin-bottom: 0;
|
2022-02-09 13:15:38 -06:00
|
|
|
margin-top: 0.15rem;
|
2021-11-12 16:39:52 -06:00
|
|
|
}
|
|
|
|
|
2021-12-21 15:29:42 -06:00
|
|
|
.comment:not(:last-of-type) {
|
2021-04-28 14:30:14 -05:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-21 15:29:42 -06:00
|
|
|
.comment:not(:first-of-type) {
|
2021-04-28 14:30:14 -05:00
|
|
|
padding-top: .25rem;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2021-04-14 18:56:29 -05:00
|
|
|
}
|