aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-06 16:22:18 +0800
committercrupest <crupest@outlook.com>2020-12-06 16:22:18 +0800
commit561563651e9dff13d37342ec5c21997e600ad821 (patch)
tree2dbd2bb642e416c1a99c6c8be24442190fbb1e2c
parentb3c9cf4bf66bd3b78e94dc522c53e7f7522897f0 (diff)
downloadtimeline-561563651e9dff13d37342ec5c21997e600ad821.tar.gz
timeline-561563651e9dff13d37342ec5c21997e600ad821.tar.bz2
timeline-561563651e9dff13d37342ec5c21997e600ad821.zip
fix: Fix #190 .
-rw-r--r--BackEnd/Timeline/Properties/launchSettings.json1
-rw-r--r--FrontEnd/src/app/views/common/AppBar.tsx2
2 files changed, 2 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json
index de8186db..6d58040a 100644
--- a/BackEnd/Timeline/Properties/launchSettings.json
+++ b/BackEnd/Timeline/Properties/launchSettings.json
@@ -2,6 +2,7 @@
"profiles": {
"Development": {
"commandName": "Project",
+ "applicationUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_USEPROXYFRONTEND": "true",
diff --git a/FrontEnd/src/app/views/common/AppBar.tsx b/FrontEnd/src/app/views/common/AppBar.tsx
index c862a6d3..319bca74 100644
--- a/FrontEnd/src/app/views/common/AppBar.tsx
+++ b/FrontEnd/src/app/views/common/AppBar.tsx
@@ -67,7 +67,7 @@ const AppBar: React.FC = (_) => {
</NavLink>
)}
</Nav>
- <Nav className="ml-auto mr-2">
+ <Nav className="ml-auto mr-2 align-items-center">
{user != null ? (
<LinkContainer to={`/users/${user.username}`}>
<BlobImage