forked from forgejo/forgejo
minor CSS fix
This commit is contained in:
parent
85449b2f11
commit
29375059e1
3 changed files with 25 additions and 2 deletions
|
@ -146,11 +146,16 @@
|
|||
padding-top: 8px;
|
||||
padding-bottom: 5px;
|
||||
font-weight: normal;
|
||||
|
||||
&:first-child {
|
||||
display: block;
|
||||
position: relative;
|
||||
width: 325%;
|
||||
}
|
||||
|
||||
.ui.sha.label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.ui.avatar {
|
||||
margin-bottom: 5px;
|
||||
|
@ -587,6 +592,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#commits-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.diff-detail-box {
|
||||
margin: 15px 0;
|
||||
|
@ -732,6 +740,10 @@
|
|||
}
|
||||
|
||||
&.quickstart {
|
||||
.ui.grid {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.guide {
|
||||
.item {
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue