mirror of https://github.com/go-gitea/gitea.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
433 B
29 lines
433 B
.repository .secondary-nav { |
|
padding-top: 12px; |
|
} |
|
|
|
.repository .secondary-nav .fork-flag { |
|
margin-top: 0.5rem; |
|
font-size: 12px; |
|
} |
|
|
|
.repo-header { |
|
display: flex; |
|
flex-flow: row wrap; |
|
justify-content: space-between; |
|
gap: 0.5rem; |
|
margin-bottom: 4px; |
|
} |
|
|
|
.repo-header .flex-item { |
|
padding: 0; |
|
} |
|
|
|
.repo-header .flex-item-main { |
|
flex: 0; |
|
flex-basis: unset; |
|
} |
|
|
|
.repo-header .flex-item-trailing { |
|
flex-wrap: nowrap; |
|
}
|
|
|