mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 09:55:20 +02:00
minor CSS fix
This commit is contained in:
parent
85449b2f11
commit
29375059e1
3 changed files with 25 additions and 2 deletions
|
@ -1864,6 +1864,9 @@ footer .container .links > *:first-child {
|
|||
position: relative;
|
||||
width: 325%;
|
||||
}
|
||||
.repository.file.list #repo-files-table thead th .ui.sha.label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.repository.file.list #repo-files-table thead .ui.avatar {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
@ -2234,6 +2237,9 @@ footer .container .links > *:first-child {
|
|||
font-weight: normal;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.repository #commits-table {
|
||||
width: 100%;
|
||||
}
|
||||
.repository .diff-detail-box {
|
||||
margin: 15px 0;
|
||||
line-height: 30px;
|
||||
|
@ -2345,6 +2351,9 @@ footer .container .links > *:first-child {
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.repository.quickstart .ui.grid {
|
||||
margin-top: 0;
|
||||
}
|
||||
.repository.quickstart .guide .item {
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue