mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix comment triangles and tweak inline comment margins (#13554)
- Fix various miscolored comment bubble triangles - Tweak padding on inline comment boxes
This commit is contained in:
		@@ -523,12 +523,12 @@
 | 
			
		||||
        position: relative;
 | 
			
		||||
        padding: 15px;
 | 
			
		||||
        margin-bottom: 10px;
 | 
			
		||||
        border: 1px solid #dddddd;
 | 
			
		||||
        border: 1px solid var(--color-secondary);
 | 
			
		||||
        border-radius: 3px;
 | 
			
		||||
        #avatar-arrow;
 | 
			
		||||
 | 
			
		||||
        &::after {
 | 
			
		||||
          border-right-color: #ffffff;
 | 
			
		||||
          border-right-color: var(--color-box-header);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .quick-pull-choice {
 | 
			
		||||
@@ -598,7 +598,7 @@
 | 
			
		||||
        #avatar-arrow;
 | 
			
		||||
 | 
			
		||||
        &::after {
 | 
			
		||||
          border-right-color: #ffffff;
 | 
			
		||||
          border-right-color: var(--color-box-body);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .markdown {
 | 
			
		||||
@@ -1024,6 +1024,10 @@
 | 
			
		||||
 | 
			
		||||
            &.no-header {
 | 
			
		||||
              #avatar-arrow;
 | 
			
		||||
 | 
			
		||||
              &::after {
 | 
			
		||||
                border-right-color: var(--color-box-body);
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            @media only screen and (max-width: 767px) {
 | 
			
		||||
@@ -1221,7 +1225,7 @@
 | 
			
		||||
        #avatar-arrow;
 | 
			
		||||
 | 
			
		||||
        &::after {
 | 
			
		||||
          border-right-color: #ffffff;
 | 
			
		||||
          border-right-color: var(--color-box-body);
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
@@ -1361,7 +1365,7 @@
 | 
			
		||||
        #avatar-arrow;
 | 
			
		||||
 | 
			
		||||
        &::after {
 | 
			
		||||
          border-right-color: #ffffff;
 | 
			
		||||
          border-right-color: var(--color-box-body);
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
@@ -2915,7 +2919,6 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#avatar-arrow {
 | 
			
		||||
 | 
			
		||||
  &::before,
 | 
			
		||||
  &::after {
 | 
			
		||||
    right: 100%;
 | 
			
		||||
 
 | 
			
		||||
@@ -42,11 +42,15 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.comment-code-cloud {
 | 
			
		||||
  padding: 4px;
 | 
			
		||||
  padding: .5rem;
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  position: relative;
 | 
			
		||||
  margin: 0 auto;
 | 
			
		||||
 | 
			
		||||
  .comments .comment {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .attached {
 | 
			
		||||
    &.tab {
 | 
			
		||||
      border: 0;
 | 
			
		||||
 
 | 
			
		||||
@@ -1036,30 +1036,12 @@ a.ui.basic.green.label:hover {
 | 
			
		||||
  color: #dbdbdb !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository.view.issue .comment-list .comment .content {
 | 
			
		||||
  .header {
 | 
			
		||||
.repository.view.issue .comment-list .comment .content .header {
 | 
			
		||||
  color: #dbdbdb;
 | 
			
		||||
  background-color: var(--color-secondary);
 | 
			
		||||
  border-color: var(--color-secondary);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
  .header::after {
 | 
			
		||||
    border-right-color: var(--color-secondary);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .merge-section.no-header::after {
 | 
			
		||||
    border-right-color: var(--color-secondary);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .header::before {
 | 
			
		||||
    border-right-color: var(--color-secondary);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .merge-section.no-header::before {
 | 
			
		||||
    border-right-color: #505667;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository.view.issue .comment-list .timeline-item .badge {
 | 
			
		||||
  color: #ccc;
 | 
			
		||||
}
 | 
			
		||||
@@ -1072,23 +1054,6 @@ a.ui.basic.green.label:hover {
 | 
			
		||||
  color: #dedede;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository.file.editor .commit-form-wrapper .commit-form {
 | 
			
		||||
  border-color: #505667;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository.file.editor .commit-form-wrapper .commit-form::before,
 | 
			
		||||
.repository.file.editor .commit-form-wrapper .commit-form::after {
 | 
			
		||||
  border-right-color: #505667;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository .comment.form .content .form::after {
 | 
			
		||||
  border-right-color: #353945;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository .comment.form .content .form::before {
 | 
			
		||||
  border-right-color: var(--color-secondary);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository .comment.form .ui.tabular.menu .item.active {
 | 
			
		||||
  background: #353945;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user