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 {
|
||||
.item {
|
||||
color: $white;
|
||||
@if $nojavascript == true {
|
||||
border-radius: 0;
|
||||
padding: 10px;
|
||||
|
@ -202,12 +203,6 @@
|
|||
}
|
||||
}
|
||||
span {
|
||||
color: $white;
|
||||
@if $nojavascript == true {
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
width: min-content;
|
||||
}
|
||||
b {
|
||||
@if $nojavascript == true {
|
||||
font-weight: 400;
|
||||
|
|
Reference in a new issue