forked from forgejo/forgejo
more UI minor fixes
This commit is contained in:
parent
c4bab163cb
commit
ec2423ad7c
10 changed files with 37 additions and 35 deletions
|
@ -593,7 +593,15 @@
|
|||
}
|
||||
}
|
||||
#commits-table {
|
||||
width: 100%;
|
||||
thead {
|
||||
th:first-of-type {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.sha {
|
||||
font-size: 13px;
|
||||
padding: 6px 40px 4px 35px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.diff-detail-box {
|
||||
|
@ -740,10 +748,6 @@
|
|||
}
|
||||
|
||||
&.quickstart {
|
||||
.ui.grid {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.guide {
|
||||
.item {
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue