diff --git a/src/App.css b/src/App.css
index 29c2ae2..876888f 100644
--- a/src/App.css
+++ b/src/App.css
@@ -29,7 +29,6 @@ footer {
left: 8px;
}
-
/*=========Network Controls=========*/
.infobutton {
@@ -367,7 +366,11 @@ button,
position: relative;
text-align: center;
height: 140px;
- margin-bottom: 20px;
+
+ span {
+ display: block;
+ margin: 2px;
+ }
img {
display: block;
@@ -390,6 +393,14 @@ button,
}
}
+.avatar {
+ background-color: lightsteelblue;
+ padding: 2px 8px;
+ width: fit-content;
+ margin: auto;
+ z-index: 3;
+}
+
.networkroute {
z-index: 10;
position: absolute;
diff --git a/src/App.tsx b/src/App.tsx
index eac95a6..7fcb82b 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -7,34 +7,25 @@ import { BrowserRouter, Routes, Route } from "react-router";
import { SessionProvider } from "./Session";
import { GraphComponent } from "./Network";
import MVPChart from "./MVPChart";
+import Avatar from "./Avatar";
function App() {
return (