1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add new language support

- Update language choose dropdown to fit more languages
This commit is contained in:
Unknwon
2016-04-25 13:40:23 -04:00
parent 78b8b63774
commit 7049cb9d97
12 changed files with 2295 additions and 29 deletions

View File

@@ -312,6 +312,11 @@ footer .container .links > * {
footer .container .links > *:first-child {
border-left: none;
}
footer .ui.language .menu {
max-height: 500px;
overflow-y: auto;
margin-bottom: 7px;
}
.hide {
display: none;
}