1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +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:
silverwind
2020-11-16 14:53:04 +01:00
committed by GitHub
parent 586bfb9f32
commit 5bd05331ce
3 changed files with 18 additions and 46 deletions

View File

@@ -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;