mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-24 13:58:57 +08:00
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
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user