Skip to content
Snippets Groups Projects
Commit 9d049414 authored by Titus Netland's avatar Titus Netland
Browse files

Merge branch 'user_view_fix' into 'main'

Large profile card styling

See merge request !73
parents 0d94a2aa 68f8f25a
No related branches found
No related tags found
1 merge request!73Large profile card styling
Pipeline #179135 passed
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
</div> </div>
<!-- Save item button --> <!-- Save item button -->
<div class="flex justify-center"> <div class="float-right">
<Button :text="'Lagre'" @click="saveClicked" id="saveButton" /> <Button :text="'Lagre'" @click="saveClicked" id="saveButton" />
</div> </div>
</div> </div>
......
<template> <template>
<div <div
class="w-full max-w-xl m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl mt-[10%] p-6" class="w-full max-w-xl m-auto md:ring-1 ring-gray-300 overflow-hidden rounded-xl p-4"
> >
<div v-show="isCurrentUser" class="float-right px-4 pt-4"> <div v-show="isCurrentUser" class="float-right px-4 pt-4">
<button <button
......
<template> <template>
<div> <div>
<large-profile-card :isCurrentUser="true" class="align-top" /> <LargeProfileCard :isCurrentUser="true" class="md:mt-8" />
</div> </div>
</template> </template>
......
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