1
0
Fork 0
forked from forgejo/forgejo

Add merge arrow direction and update styling (#28523)

Close https://github.com/go-gitea/gitea/issues/28522

~Adds some [negative
margin](https://tailwindcss.com/docs/margin#using-negative-values)
helper css classes using tailwind's [prefix
syntax](https://tailwindcss.com/docs/configuration#prefix)~

### Before

![image](5bdabf91-facd-41c8-8e36-e1535beb9409)

### After

![image](a6f11f6f-9e64-45b6-b9d7-dfea53fbc6d7)
This commit is contained in:
Kyle D 2024-01-05 09:38:56 -08:00 committed by GitHub
parent dd5693387e
commit e522e774ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -1166,8 +1166,10 @@
flex-wrap: wrap;
}
.repository .choose.branch .svg {
margin-right: 10px;
.repository .choose .compare-separator {
width: 100%;
margin-top: -1rem;
text-align: center;
}
.repository.compare.pull .comment.form .content::before,