-
-
-
-
- {{user.username}}
- {{user.handle}}
-
-
-
-
-
- {{user.username}} |
-
-
-
-
- {{user.handle}} |
-
-
-
-
- {{user.userID}} |
-
-
-
-
- {{user.points}} |
-
-
-
-
- {{user.level}} |
-
-
-
-
- {{rankname}} |
-
-
-
-
-
-
-
What does the level mean?
-
There are different levels you can reach through green behaviour.
- Collect 100 points to level up! The levels are called:
-
-
-
- level |
- {{level.level}} |
-
-
- level name |
- {{level.name}} |
-
-
-
-
+
+
Profile
+
+
+
+
+
+
+ {{user.username}}
+ {{user.handle}}
+
+
+
+
+
+ {{user.username}} |
+
+
+
+
+ {{user.handle}} |
+
+
+
+
+ {{user.userID}} |
+
+
+
+
+ {{user.points}} |
+
+
+
+
+ {{user.level}} |
+
+
+
+
+ {{rankname}} |
+
+
+
+
+
-
How to level up?
-
There is an always growing list of things you can do,
- to support your environment
- and earn points to level up at the same time.
- You can get a different amount of points
- for differnet actions you can see in the list below:
-
-
-
-
-
-
- points |
- {{action.points}} |
-
+ What does the level mean?
+ There are different levels you can reach through green behaviour.
+ Collect 100 points to level up! The levels are called:
+
+
+
+ level |
+ {{level.level}} |
+
+
+ level name |
+ {{level.name}} |
+
+
+
+
+
+ How to level up?
+ There is an always growing list of things you can do,
+ to support your environment
+ and earn points to level up at the same time.
+ You can get a different amount of points
+ for differnet actions you can see in the list below:
+
+
+
+
+
+
+ points |
+ {{action.points}} |
+
-
-
- action |
- {{action.name}} |
-
+
+
+ action |
+ {{action.name}} |
+
-
-
-
-
+
+
+
+
+
+
+
Profile not found :(
-
-
Profile not found :(
-
+
\ No newline at end of file
diff --git a/src/app/components/profile/profile.component.sass b/src/app/components/profile/profile.component.sass
index c108503..4d0369e 100644
--- a/src/app/components/profile/profile.component.sass
+++ b/src/app/components/profile/profile.component.sass
@@ -1,6 +1,12 @@
@import '../../../styles/mixins.sass'
@import '../../../styles/vars.sass'
+#profile-page
+ position: fixed
+ width: 100%
+ height: calc(100% - 56px)
+ overflow: scroll
+
#profile
padding: 2em
max-width: 1200px
diff --git a/src/app/components/search/search.component.sass b/src/app/components/search/search.component.sass
index 2989fc4..a256f6a 100644
--- a/src/app/components/search/search.component.sass
+++ b/src/app/components/search/search.component.sass
@@ -1,16 +1,17 @@
#search
- width: 100%
- height: 100%
+ width: 100%
+ overflow-x: hidden
+ height: 100%
#input
- width: 100%
- padding-left: 0.5em
- padding-right: 0.5em
+ width: 100%
+ padding-left: 0.5em
+ padding-right: 0.5em
#category-chooser
- padding-left: 0.5em
- padding-right: 0.5em
+ padding-left: 0.5em
+ padding-right: 0.5em
#friendlist
padding: 0.5em
diff --git a/src/app/components/social/friends/friends.component.html b/src/app/components/social/friends/friends.component.html
index 830fbfc..abd53a4 100644
--- a/src/app/components/social/friends/friends.component.html
+++ b/src/app/components/social/friends/friends.component.html
@@ -1,8 +1,8 @@
Friends
-