diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index afbc3a3..3f8791d 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -4,21 +4,24 @@
-
+
-
-
- home
- Home
-
-
- bookmark
- Your bookmarks
-
-
- group
- About us
-
+
diff --git a/frontend/src/app/app.component.scss b/frontend/src/app/app.component.scss
index d871714..fc2a145 100644
--- a/frontend/src/app/app.component.scss
+++ b/frontend/src/app/app.component.scss
@@ -24,11 +24,14 @@
.drawer {
flex: 1 1 auto;
+ display: flex;
+ flex-direction: column;
+ height: 100%;
.side-nav {
+ flex: 1 1 auto;
display: flex;
flex-direction: column;
- height: 100%;
min-width: 12.5vw;
box-sizing: border-box;
padding: 1rem 0;
@@ -50,6 +53,12 @@
}
}
}
+
+ .feedback {
+ margin: 1rem;
+ text-align: center;
+ color: gray;
+ }
}
.content {