mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Allow adding new files to an empty repo (#24164)

This commit is contained in:
@@ -1911,15 +1911,12 @@
|
||||
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
||||
}
|
||||
|
||||
.repository.quickstart .guide .ui.action.small.input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.repository.quickstart .guide #repo-clone-url {
|
||||
border-radius: 0;
|
||||
padding: 5px 10px;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.4;
|
||||
flex: 1
|
||||
}
|
||||
|
||||
.repository.release #release-list {
|
||||
|
Reference in New Issue
Block a user