mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-14 19:22:09 +09:00
More width on viewing comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user