mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
add personal access token panel #12
This commit is contained in:
parent
21b9d5fa1f
commit
8c9338a537
20 changed files with 311 additions and 62 deletions
|
@ -68,6 +68,7 @@
|
|||
#repo-hooks-panel,
|
||||
#repo-hooks-history-panel,
|
||||
#user-social-panel,
|
||||
#user-applications-panel,
|
||||
#user-ssh-panel {
|
||||
margin-bottom: 20px;
|
||||
.setting-list {
|
||||
|
@ -97,16 +98,20 @@
|
|||
margin-right: 4px;
|
||||
}
|
||||
.print,
|
||||
.access,
|
||||
.activity {
|
||||
color: #888;
|
||||
}
|
||||
.access {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
.ssh-delete-btn {
|
||||
.ssh-btn {
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
#user-ssh-add-form {
|
||||
.form-settings-add {
|
||||
.panel-body {
|
||||
background-color: #FFF;
|
||||
padding: 30px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue