feat(mobile): display help modal (closes #666)

This commit is contained in:
Elian Doran
2025-01-04 18:41:51 +02:00
parent d3096940f6
commit 20b439b2cb
3 changed files with 3 additions and 5 deletions

View File

@@ -89,11 +89,6 @@ const TPL = `
margin-right: 5px;
}
body.mobile .show-help-button {
/* hidden because these dialogs are not available for mobile */
display: none;
}
body.mobile .global-menu .dropdown-submenu .dropdown-menu {
display: block;
font-size: 90%;