forked from forgejo/forgejo
new repo options UI
This commit is contained in:
parent
d01f688257
commit
c6b039c6f9
10 changed files with 196 additions and 155 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue