summaryrefslogtreecommitdiffstats
path: root/web_src/css/repo.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/repo.css')
-rw-r--r--web_src/css/repo.css29
1 files changed, 6 insertions, 23 deletions
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 99ef340177..674f8c9e67 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -20,15 +20,6 @@
margin-top: 2px;
}
-.repository .repo-header .repo-buttons .svg {
- margin: 0 0.42857143em 0 -0.21428571em;
-}
-
-.repository .repo-header .button {
- margin-top: 2px;
- margin-bottom: 2px;
-}
-
.repository .tabs .navbar {
justify-content: initial;
}
@@ -850,6 +841,11 @@
padding-top: 0;
}
+.repository.view.issue .comment-list .timeline-item.commits-list .ui.avatar,
+.repository.view.issue .comment-list .timeline-item.event .ui.avatar {
+ margin-right: 0.25em;
+}
+
.repository.view.issue .comment-list .timeline-item.commits-list .singular-commit {
line-height: 34px; /* this must be same as .badge height, to avoid overflow */
clear: both; /* reset the "float right shabox", in the future, use flexbox instead */
@@ -2537,11 +2533,6 @@
margin-left: 0.25rem;
}
-.content-history-menu .octicon-triangle-down {
- position: relative;
- top: 1.5px;
-}
-
.comment-body {
background: var(--color-box-body);
border: none !important;
@@ -2874,6 +2865,7 @@ tbody.commit-list {
flex-direction: row;
flex-wrap: wrap;
word-break: keep-all;
+ gap: 0.25em;
}
@media (max-width: 767.98px) {
@@ -2897,15 +2889,6 @@ tbody.commit-list {
color: var(--color-primary-dark-1);
}
-.repo-buttons .ui.labeled.button {
- cursor: initial;
-}
-
-.repo-buttons .ui.labeled.button > .label {
- border-left: 0 !important;
- margin: 0 !important;
-}
-
.repo-buttons .ui.labeled.button.disabled {
pointer-events: inherit !important;
}