Skip to content
Snippets Groups Projects
Commit e75d69fe authored by vildemv's avatar vildemv
Browse files

Adjusted the page to home-page to be more scalable for lower height-windows

parent 1addee72
No related branches found
No related tags found
1 merge request!14Profile page
...@@ -98,8 +98,9 @@ const navigate = (path: string) => { ...@@ -98,8 +98,9 @@ const navigate = (path: string) => {
} }
.profile-icon{ .profile-icon{
height: 85%; height: 100%;
aspect-ratio: 1/1; width: 100%;
border-radius: 50%;
} }
.burger-menu{ .burger-menu{
......
...@@ -42,7 +42,6 @@ import SideNav from '@/components/navigation/SideNav.vue' ...@@ -42,7 +42,6 @@ import SideNav from '@/components/navigation/SideNav.vue'
flex-direction: row; flex-direction: row;
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow-y: scroll;
} }
.side-nav{ .side-nav{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment