mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
new repo options UI
This commit is contained in:
@@ -78,6 +78,25 @@
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.options {
|
||||
input {
|
||||
width: 50%!important;
|
||||
min-width: 300px;
|
||||
}
|
||||
#interval {
|
||||
width: 100px!important;
|
||||
min-width: 100px;
|
||||
}
|
||||
.danger {
|
||||
.item {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
.ui.divider {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@comment-avatar-width: 3em;
|
||||
&.new.issue {
|
||||
@@ -732,4 +751,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#transfer-repo-modal,
|
||||
#delete-repo-modal {
|
||||
.ui.message {
|
||||
width: 100%!important;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user