fixed language stats for gitea 1.14
This commit is contained in:
parent
757b502ee0
commit
26cd8cbd51
1 changed files with 1 additions and 6 deletions
|
@ -187,6 +187,7 @@
|
||||||
}
|
}
|
||||||
.horizontal.list {
|
.horizontal.list {
|
||||||
.item {
|
.item {
|
||||||
|
color: $white;
|
||||||
@if $nojavascript == true {
|
@if $nojavascript == true {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -202,12 +203,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
color: $white;
|
|
||||||
@if $nojavascript == true {
|
|
||||||
display: flex;
|
|
||||||
margin: 0 auto;
|
|
||||||
width: min-content;
|
|
||||||
}
|
|
||||||
b {
|
b {
|
||||||
@if $nojavascript == true {
|
@if $nojavascript == true {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Reference in a new issue