mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-18 16:03:07 +00:00
more UI minor fixes
This commit is contained in:
parent
c4bab163cb
commit
ec2423ad7c
10 changed files with 37 additions and 35 deletions
|
@ -2236,8 +2236,12 @@ footer .container .links > *:first-child {
|
|||
font-weight: normal;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.repository #commits-table {
|
||||
width: 100%;
|
||||
.repository #commits-table thead th:first-of-type {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.repository #commits-table thead .sha {
|
||||
font-size: 13px;
|
||||
padding: 6px 40px 4px 35px;
|
||||
}
|
||||
.repository .diff-detail-box {
|
||||
margin: 15px 0;
|
||||
|
@ -2350,9 +2354,6 @@ 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