diff options
author | Unknwon <u@gogs.io> | 2016-04-25 13:40:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-04-25 13:40:23 -0400 |
commit | 7049cb9d975505a6f1fa3fad809dd92c1078360f (patch) | |
tree | 222f076640ca595310d72f0c5aad55a0f6a3f414 /public/css | |
parent | 78b8b637742ee72775c37d60a94731047bd257f9 (diff) | |
download | gitea-7049cb9d975505a6f1fa3fad809dd92c1078360f.tar.gz gitea-7049cb9d975505a6f1fa3fad809dd92c1078360f.zip |
Add new language support
- Update language choose dropdown to fit more languages
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 4f086da0c7..c21cb41cdb 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -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; } |