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

Navbar position fix

parent fc65032d
No related branches found
No related tags found
1 merge request!78Component styling
Pipeline #179281 failed
<template>
<nav
class="flex items-center bg-white justify-between h-14 border-1 border-b border-gray-300 border-solid sticky top-0 z-50"
class="sticky top-0 z-50 flex items-center bg-white justify-between h-14 border-1 border-b border-gray-300 border-solid"
>
<div class="logo">
<img
......
<template>
<div v-if="loggedIn">
<div class="flex flex-row p-4 relative">
<p class="text-xl md:text-2xl text-gray-600 font-medium w-full">Mine felleskap</p>
<p class="text-xl md:text-2xl text-gray-600 font-medium w-full">Mine grupper</p>
<UserAddIcon
class="cursor-pointer max-h-6 max-w-6 float-right grow"
@click="$router.push('/newCommunity')"
......@@ -11,7 +11,7 @@
</div>
<CommunityList :communities="myCommunities" :member="true" />
</div>
<p class="text-xl md:text-2xl text-gray-600 font-medium w-full m-4">Offentlige felleskap</p>
<p class="text-xl md:text-2xl text-gray-600 font-medium w-full m-4">Offentlige grupper</p>
<CommunityList :communities="publicCommunities" :member="false" />
</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