Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boco-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106_2022_02
boco-frontend
Commits
6f51a04f
Commit
6f51a04f
authored
2 years ago
by
Titus Netland
Browse files
Options
Downloads
Patches
Plain Diff
Navbar position fix
parent
fc65032d
No related branches found
Branches containing commit
No related tags found
1 merge request
!78
Component styling
Pipeline
#179281
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/BaseComponents/NavBar.vue
+1
-1
1 addition, 1 deletion
src/components/BaseComponents/NavBar.vue
src/views/CommunityViews/CommunityView.vue
+2
-2
2 additions, 2 deletions
src/views/CommunityViews/CommunityView.vue
with
3 additions
and
3 deletions
src/components/BaseComponents/NavBar.vue
+
1
−
1
View file @
6f51a04f
<
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
...
...
This diff is collapsed.
Click to expand it.
src/views/CommunityViews/CommunityView.vue
+
2
−
2
View file @
6f51a04f
<
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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment