mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Add new language support
- Update language choose dropdown to fit more languages
This commit is contained in:
parent
78b8b63774
commit
7049cb9d97
12 changed files with 2295 additions and 29 deletions
|
@ -351,6 +351,12 @@ footer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui.language .menu {
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue