|
|
|
@ -965,10 +965,6 @@
|
|
|
|
max-width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .ui.comments .avatar {
|
|
|
|
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment > .content > div:first-child {
|
|
|
|
.repository.view.issue .comment-list .comment > .content > div:first-child {
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
@ -1093,6 +1089,14 @@
|
|
|
|
margin-left: 36px;
|
|
|
|
margin-left: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment > .avatar {
|
|
|
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .comment > .avatar ~ .content {
|
|
|
|
|
|
|
|
margin-left: 3em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.view.issue .comment-list .code-comment img.avatar,
|
|
|
|
.repository.view.issue .comment-list .code-comment img.avatar,
|
|
|
|
.repository.view.issue .comment-list .comment img.avatar {
|
|
|
|
.repository.view.issue .comment-list .comment img.avatar {
|
|
|
|
width: 28px;
|
|
|
|
width: 28px;
|
|
|
|
@ -2092,17 +2096,17 @@
|
|
|
|
height: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.wiki.view > .markup {
|
|
|
|
.repository.wiki.new .ui.attached.tabular.menu.previewtabs {
|
|
|
|
padding: 15px 30px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repository.wiki.view > .markup h1:first-of-type,
|
|
|
|
.file-view.markup {
|
|
|
|
.repository.wiki.view > .markup h2:first-of-type,
|
|
|
|
padding: 1em 2em;
|
|
|
|
.repository.wiki.view > .markup h3:first-of-type,
|
|
|
|
}
|
|
|
|
.repository.wiki.view > .markup h4:first-of-type,
|
|
|
|
|
|
|
|
.repository.wiki.view > .markup h5:first-of-type,
|
|
|
|
.wiki-content-main {
|
|
|
|
.repository.wiki.view > .markup h6:first-of-type {
|
|
|
|
padding: 1em 2em !important;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 1em !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2730,11 +2734,10 @@
|
|
|
|
width: 100% !important;
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
max-width: 100% !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.comment-body .markup {
|
|
|
|
.comment-body .markup {
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
border-radius: 0 0 var(--border-radius) var(--border-radius); /* don't render outside box */
|
|
|
|
border-radius: 0 0 var(--border-radius) var(--border-radius); /* don't render outside box */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|