modernui control tab reorg and styling

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-23 13:32:28 -05:00
parent a57e865a04
commit eee4d1acfe
7 changed files with 21 additions and 9 deletions
+1
View File
@@ -159,6 +159,7 @@ async function setHints(analyze = false) {
if (Object.keys(opts).length === 0) return;
const elements = [
...Array.from(gradioApp().querySelectorAll('button')),
...Array.from(gradioApp().querySelectorAll('h2')),
...Array.from(gradioApp().querySelectorAll('label > span')),
...Array.from(gradioApp().querySelectorAll('.label-wrap > span')),
];