More width on viewing comments

This commit is contained in:
Gusted
2022-04-29 02:05:21 +02:00
parent 81f6687e4c
commit b9e8fa5beb
2 changed files with 46 additions and 2 deletions
+41
View File
@@ -861,6 +861,10 @@
}
}
.inline-timeline-avatar {
display: none;
}
.avatar.image,
.avatar.image img {
width: 20px;
@@ -3284,4 +3288,41 @@ td.blob-excerpt {
width: 50%;
}
}
.repository.view.issue .comment-list {
.timeline,
.timeline-item {
margin-left: 0;
}
.timeline {
&::before {
left: 14px;
}
.inline-timeline-avatar {
display: flex;
margin-bottom: auto;
img.avatar.image {
height: 24px;
width: 24px;
}
}
.comment-header {
&::before,
&::after {
content: unset;
}
padding-left: 4px;
}
.timeline-avatar,
.comment-header-right .role-label {
display: none;
}
}
}
}