forked from forgejo/forgejo
finish wiki
This commit is contained in:
parent
5d1f5f32d0
commit
830d000667
27 changed files with 822 additions and 543 deletions
|
@ -91,6 +91,31 @@
|
|||
}
|
||||
}
|
||||
|
||||
#clone-panel {
|
||||
margin-top: -8px;
|
||||
width: 100%;
|
||||
|
||||
input {
|
||||
border-radius: 0;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.clone.button {
|
||||
font-size: 13px;
|
||||
padding: 0 5px;
|
||||
&:first-child {
|
||||
border-radius: .28571429rem 0 0 .28571429rem;
|
||||
}
|
||||
}
|
||||
.icon.button {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.dropdown .menu {
|
||||
right: 0!important;
|
||||
left: auto!important;
|
||||
}
|
||||
}
|
||||
|
||||
&.file.list {
|
||||
#repo-desc {
|
||||
font-size: 1.2em;
|
||||
|
@ -117,31 +142,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.clone.input {
|
||||
margin-top: -8px;
|
||||
width: 100%;
|
||||
|
||||
input {
|
||||
border-radius: 0;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.clone.button {
|
||||
font-size: 13px;
|
||||
padding: 0 5px;
|
||||
&:first-child {
|
||||
border-radius: .28571429rem 0 0 .28571429rem;
|
||||
}
|
||||
}
|
||||
.icon.button {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.dropdown .menu {
|
||||
right: 0!important;
|
||||
left: auto!important;
|
||||
}
|
||||
}
|
||||
|
||||
#repo-files-table {
|
||||
.table.list {
|
||||
width: 80% !important;
|
||||
|
@ -972,9 +972,10 @@
|
|||
}
|
||||
|
||||
&.view {
|
||||
.header:not(.sub) {
|
||||
// padding-left: 30px;
|
||||
.choose.page {
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.ui.sub.header {
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue