mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +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:
parent
586bfb9f32
commit
5bd05331ce
3 changed files with 18 additions and 46 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue