diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-11-08 14:04:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 14:04:24 +0800 |
commit | 0f397ae09b028e3537d70659409ac6a1f069033e (patch) | |
tree | a6e02fcc438046eb8e8402b329ce8fcbbbac3e15 /web_src/css | |
parent | 35bcd667b23de29a7b0d0bf1090fb10961d3aca3 (diff) | |
download | gitea-0f397ae09b028e3537d70659409ac6a1f069033e.tar.gz gitea-0f397ae09b028e3537d70659409ac6a1f069033e.zip |
Refactor language menu and dom utils (#32450)
1. Make `queryElem*` functions could correctly handle TS types
2. Remove some legacy jQuery $ calls (introduce fomanticQuery for Fomantic UI only)
3. Fix some TS typing problems
Diffstat (limited to 'web_src/css')
-rw-r--r-- | web_src/css/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/home.css b/web_src/css/home.css index 28992ef31f..77d2ecf92b 100644 --- a/web_src/css/home.css +++ b/web_src/css/home.css @@ -73,7 +73,7 @@ margin-left: 5px; } -.page-footer .ui.dropdown.language .menu { +.page-footer .ui.dropdown .menu.language-menu { max-height: min(500px, calc(100vh - 60px)); overflow-y: auto; margin-bottom: 10px; |