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  ### After 
This commit is contained in:
parent
dd5693387e
commit
e522e774ca
2 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue