Skip to content
Snippets Groups Projects
Commit 9db61e58 authored by Henrik's avatar Henrik
Browse files

Merge branch 'ProfileStats' into 'main'

style: Changing position

See merge request !98
parents ed7fb28a 91852c5d
No related branches found
No related tags found
1 merge request!98style: Changing position
Pipeline #284667 passed with warnings
...@@ -156,13 +156,13 @@ const toUpdateUserSettings = () => { ...@@ -156,13 +156,13 @@ const toUpdateUserSettings = () => {
</div> </div>
<h1 data-cy="firstname" style="display: flex; align-items: end; margin-bottom: 20px;">{{ firstname }} {{ lastname }}</h1> <h1 data-cy="firstname" style="display: flex; align-items: end; margin-bottom: 20px;">{{ firstname }} {{ lastname }}</h1>
</div> </div>
<div class="d-flex align-items-end text-white my-3"> <div class="d-flex align-items-end text-white my-3 mx-5">
<div class="d-flex align-items-center flex-column"> <div class="d-flex align-items-center flex-column">
<p class="mb-1 h2 d-flex flex-column align-items-center" data-cy="points">{{ points }} <img src="@/assets/items/pigcoin.png" style="width: 60px; height: 60px"></p> <p class="mb-1 h2 d-flex flex-column align-items-center" data-cy="points">{{ points }} <img src="@/assets/items/pigcoin.png" style="width: 80px; height: 80px"></p>
<p class="small text-white mb-0">Poeng</p> <p class="small text-white mb-0">Poeng</p>
</div> </div>
<div class="d-flex align-items-center flex-column px-3"> <div class="d-flex align-items-center flex-column px-3">
<p class="mb-1 h2 d-flex flex-column align-items-center" data-cy="streak">{{ streak }} <img src="@/assets/icons/fire.png" style="width: 60px; height: 60px"></p> <p class="mb-1 h2 d-flex flex-column align-items-center" data-cy="streak">{{ streak }} <img src="@/assets/icons/fire.png" style="width: 80px; height: 80px"></p>
<p class="small text-white mb-0">Streak</p> <p class="small text-white mb-0">Streak</p>
</div> </div>
</div> </div>
......
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