diff --git a/app-main/.vs/VSWorkspaceState.json b/app-main/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..a3787cc --- /dev/null +++ b/app-main/.vs/VSWorkspaceState.json @@ -0,0 +1,9 @@ +{ + "ExpandedNodes": [ + "", + "\\public", + "\\public\\js" + ], + "SelectedNode": "\\public\\index.html", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/app-main/.vs/app-main/config/applicationhost.config b/app-main/.vs/app-main/config/applicationhost.config new file mode 100644 index 0000000..269dc55 --- /dev/null +++ b/app-main/.vs/app-main/config/applicationhost.config @@ -0,0 +1,1021 @@ + + + + + + + + +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app-main/.vs/app-main/v16/.suo b/app-main/.vs/app-main/v16/.suo new file mode 100644 index 0000000..076ea60 Binary files /dev/null and b/app-main/.vs/app-main/v16/.suo differ diff --git a/app-main/.vs/slnx.sqlite b/app-main/.vs/slnx.sqlite new file mode 100644 index 0000000..a5e265c Binary files /dev/null and b/app-main/.vs/slnx.sqlite differ diff --git a/app-main/.vscode/launch.json b/app-main/.vscode/launch.json new file mode 100644 index 0000000..7a9dfa0 --- /dev/null +++ b/app-main/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/app-main/public/css/style.css b/app-main/public/css/style.css index 136dbfd..a78f56a 100644 --- a/app-main/public/css/style.css +++ b/app-main/public/css/style.css @@ -121,11 +121,13 @@ body { margin: 0 0 30px 0; } +/* added height to the body so text will not overflow */ .modal-lesson-body { display: flex; align-items: flex-start; flex-direction: column; width: 95%; + height: calc(100vh - 250px); margin: 0 auto; }