fix table sizing on bootstrap 4; fix profile application on single-use

invites

use table-sm and no form-check-input so profile menu looks normal on
bs4. Profile was being read after being marked as used on invites, so
single-use invites were deleted and no profile was applied.
This commit is contained in:
Harvey Tindall
2020-09-23 19:12:58 +01:00
parent 89e70f6f7a
commit 9bd7fca95e
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
"bs5": {
"name": "Use Bootstrap 5",
"required": false,
"requires_restart": false,
"requires_restart": true,
"type": "bool",
"value": false,
"description": "Use Bootstrap 5 (currently in alpha). This also removes the need for jQuery, so the page should load faster."