This commit is contained in:
Kode
2018-10-26 19:55:40 +01:00
parent d76d056ed1
commit d1956c4e88
4 changed files with 13 additions and 4 deletions

View File

@@ -363,6 +363,11 @@ class ItemController extends Controller
SupportedApps::getFiles($app); SupportedApps::getFiles($app);
SupportedApps::saveApp($app, $localapp); SupportedApps::saveApp($app, $localapp);
} }
} else {
SupportedApps::getFiles($app);
$application = new Application;
SupportedApps::saveApp($app, $application);
} }
} }
} }

2
public/css/app.css vendored
View File

@@ -703,6 +703,8 @@ body {
max-width: 1000px; max-width: 1000px;
width: 100%; width: 100%;
margin: 10px 40px; margin: 10px 40px;
border-radius: 5px;
overflow: hidden;
} }
.module-container header, .module-container footer { .module-container header, .module-container footer {

View File

@@ -1,4 +1,4 @@
{ {
"/css/app.css": "/css/app.css?id=a3356a79f9799651e507", "/css/app.css": "/css/app.css?id=d501edaf8c9cc02c173d",
"/js/app.js": "/js/app.js?id=f18d23b8fc7a094a2c66" "/js/app.js": "/js/app.js?id=32cbf6f4924b46ae7e05"
} }

View File

@@ -374,6 +374,8 @@ body {
max-width: 1000px; max-width: 1000px;
width: 100%; width: 100%;
margin: 10px 40px; margin: 10px 40px;
border-radius: 5px;
overflow: hidden;
header, footer { header, footer {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;