2020-11-17 00:33:19 -05:00
|
|
|
@import "variables.less";
|
|
|
|
|
2018-08-06 00:43:22 -04:00
|
|
|
.ui.button.add-code-comment {
|
2020-11-04 20:51:17 -05:00
|
|
|
padding: 2px;
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -22px;
|
2020-08-25 15:48:53 -04:00
|
|
|
z-index: 5;
|
|
|
|
opacity: 0;
|
|
|
|
transition: transform .1s ease-in-out;
|
2020-11-04 20:51:17 -05:00
|
|
|
transform: scale(1);
|
|
|
|
box-shadow: none !important;
|
|
|
|
border: none !important;
|
2020-08-25 15:48:53 -04:00
|
|
|
|
|
|
|
&:hover {
|
2020-11-04 20:51:17 -05:00
|
|
|
transform: scale(1.1);
|
2020-08-25 15:48:53 -04:00
|
|
|
}
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
|
|
|
|
2020-11-02 10:58:14 -05:00
|
|
|
.diff-file-box .lines-code:hover .ui.button.add-code-comment {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-10-31 18:15:11 -04:00
|
|
|
.repository .diff-file-box .code-diff .add-comment-left,
|
|
|
|
.repository .diff-file-box .code-diff .add-comment-right,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .add-comment-left,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .add-comment-right,
|
|
|
|
.repository .diff-file-box .code-diff .add-code-comment .lines-type-marker {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-05-17 16:43:04 -04:00
|
|
|
.add-comment-left.add-comment-right .ui.attached.header {
|
2020-11-01 15:04:26 -05:00
|
|
|
border: 1px solid var(--color-secondary);
|
2020-08-25 15:48:53 -04:00
|
|
|
|
|
|
|
&:not(.top) {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-outdated,
|
|
|
|
.hide-outdated {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2020-05-17 16:43:04 -04:00
|
|
|
}
|
|
|
|
|
2018-08-06 00:43:22 -04:00
|
|
|
.comment-code-cloud {
|
2020-11-16 08:53:04 -05:00
|
|
|
padding: .5rem;
|
2020-10-31 18:15:11 -04:00
|
|
|
padding-left: 0;
|
2020-08-25 15:48:53 -04:00
|
|
|
position: relative;
|
2020-10-31 18:15:11 -04:00
|
|
|
margin: 0 auto;
|
2018-09-17 10:59:49 -04:00
|
|
|
|
2020-11-16 08:53:04 -05:00
|
|
|
.comments .comment {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.attached {
|
|
|
|
&.tab {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
&.header {
|
|
|
|
padding: .1rem 1rem;
|
2018-08-06 00:43:22 -04:00
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.text {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
2020-08-25 15:48:53 -04:00
|
|
|
}
|
2018-08-06 00:43:22 -04:00
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.right.menu.options .item {
|
|
|
|
padding: .85714286em .442857em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-05-16 11:50:36 -04:00
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.ui.active.tab {
|
|
|
|
padding: .5em;
|
2018-08-06 00:43:22 -04:00
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
&.markdown {
|
|
|
|
padding: 1em;
|
|
|
|
min-height: 168px;
|
2020-05-15 18:54:18 -04:00
|
|
|
}
|
2020-08-25 15:48:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui.tabular.menu {
|
|
|
|
margin: .5em;
|
|
|
|
}
|
2020-05-15 18:54:18 -04:00
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.footer {
|
2020-11-15 15:58:16 -05:00
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-08-25 15:48:53 -04:00
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
.markdown-info {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgba(0, 0, 0, .6);
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
|
|
|
|
2020-08-25 15:48:53 -04:00
|
|
|
.ui.right.floated {
|
|
|
|
padding-top: 6px;
|
2018-09-17 10:59:49 -04:00
|
|
|
}
|
|
|
|
|
2020-11-10 13:28:07 -05:00
|
|
|
&::after {
|
2020-08-25 15:48:53 -04:00
|
|
|
clear: both;
|
|
|
|
content: "";
|
|
|
|
display: block;
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
2020-08-25 15:48:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
button.comment-form-reply {
|
|
|
|
margin: .5em .5em .5em 4.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.comment-form-reply {
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
}
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.file-comment {
|
2020-12-17 10:52:58 -05:00
|
|
|
color: var(--color-text);
|
2018-08-06 00:43:22 -04:00
|
|
|
}
|
2019-11-14 21:52:59 -05:00
|
|
|
|
2020-07-13 09:21:19 -04:00
|
|
|
a.blob-excerpt {
|
2020-12-20 13:00:03 -05:00
|
|
|
color: var(--color-text-light);
|
2020-08-25 15:48:53 -04:00
|
|
|
height: 28px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
2020-12-20 13:00:03 -05:00
|
|
|
background: var(--color-expand-button);
|
2019-11-14 21:52:59 -05:00
|
|
|
}
|
|
|
|
|
2020-07-13 09:21:19 -04:00
|
|
|
a.blob-excerpt:hover {
|
2020-10-30 23:52:10 -04:00
|
|
|
background: var(--color-primary);
|
2020-08-25 15:48:53 -04:00
|
|
|
color: #fff;
|
2019-11-14 21:52:59 -05:00
|
|
|
}
|
2020-02-16 15:44:52 -05:00
|
|
|
|
2020-11-17 00:33:19 -05:00
|
|
|
@media @mediaSm {
|
2020-08-25 15:48:53 -04:00
|
|
|
#review-box > .menu {
|
|
|
|
> .ui.segment {
|
|
|
|
width: 94vw;
|
2020-02-16 15:44:52 -05:00
|
|
|
}
|
2020-08-25 15:48:53 -04:00
|
|
|
.editor-toolbar {
|
|
|
|
overflow-x: auto;
|
2020-02-18 18:07:00 -05:00
|
|
|
}
|
2020-08-25 15:48:53 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: calc(100vw - 70px);
|
|
|
|
}
|
2020-02-18 18:07:00 -05:00
|
|
|
}
|
|
|
|
|
2020-11-17 00:33:19 -05:00
|
|
|
@media @mediaMd {
|
2020-08-25 15:48:53 -04:00
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
2020-02-18 18:07:00 -05:00
|
|
|
}
|
|
|
|
|
2020-11-17 00:33:19 -05:00
|
|
|
@media @mediaLg {
|
2020-08-25 15:48:53 -04:00
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 800px;
|
|
|
|
}
|
2020-02-18 18:07:00 -05:00
|
|
|
}
|
|
|
|
|
2020-11-17 00:33:19 -05:00
|
|
|
@media @mediaXl {
|
2020-08-25 15:48:53 -04:00
|
|
|
#review-box .CodeMirror-scroll {
|
|
|
|
max-width: 900px;
|
|
|
|
}
|
2020-02-16 15:44:52 -05:00
|
|
|
}
|
2020-11-26 14:33:28 -05:00
|
|
|
|
|
|
|
.review-box > .segment {
|
|
|
|
border: none !important;
|
|
|
|
}
|