Added further admin panel fixes

This commit is contained in:
Frikky
2023-09-27 21:25:45 +02:00
parent 29e8106670
commit 787ca47add
12 changed files with 474 additions and 154 deletions
+2 -1
View File
@@ -1354,7 +1354,7 @@ const Apps = (props) => {
border: hover ? "1px solid #f85a3e" : "1px solid rgba(255,255,255,0.3)",
cursor: hover ? "pointer" : "default",
textAlign: "center",
height: 150,
height: 125,
}}
>
{icon}
@@ -2556,6 +2556,7 @@ const Apps = (props) => {
const circularLoader = validation ? (
<CircularProgress color="primary" />
) : null;
const appsModalLoad = loadAppsModalOpen ? (
<Dialog
open={loadAppsModalOpen}