mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 09:09:02 +00:00
Update _repository.less (#13672)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
247ab6a922
commit
78204a7a71
|
@ -860,7 +860,7 @@
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: -34px;
|
margin-left: -33px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
color: #666;
|
color: #666;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -891,11 +891,7 @@
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
||||||
.singular-commit {
|
.singular-commit {
|
||||||
line-height: 30px;
|
line-height: 34px; /* this must be same as .badge height, to avoid overflow */
|
||||||
|
|
||||||
&:not(:last-child) {
|
|
||||||
padding-bottom: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.shabox {
|
.shabox {
|
||||||
.sha.label {
|
.sha.label {
|
||||||
|
|
Loading…
Reference in a new issue