forked from kevadesu/forgejo
parent
fd85e25f5f
commit
250f1236dc
3 changed files with 30 additions and 8 deletions
|
@ -888,9 +888,13 @@
|
|||
}
|
||||
}
|
||||
.diff-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.count {
|
||||
margin-right: 12px;
|
||||
font-size: 13px;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.bar {
|
||||
background-color: #bd2c00;
|
||||
|
@ -906,7 +910,15 @@
|
|||
}
|
||||
}
|
||||
.file {
|
||||
flex: 0 1 100%;
|
||||
color: #888;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: -5px 0 -5px 12px;
|
||||
padding: 8px 10px;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
.diff-file-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue