Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
aa17bf4a
Commit
aa17bf4a
authored
5 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug footer => DONE
parent
6b628181
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!68
Develop
,
!23
Fix bug footer => DONE
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/core/containers/app.component.css
+0
-6
0 additions, 6 deletions
src/app/core/containers/app.component.css
src/app/core/containers/app.component.html
+2
-2
2 additions, 2 deletions
src/app/core/containers/app.component.html
src/index.html
+3
-3
3 additions, 3 deletions
src/index.html
with
5 additions
and
11 deletions
src/app/core/containers/app.component.css
+
0
−
6
View file @
aa17bf4a
main
{
margin-top
:
100px
;
}
footer
{
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/core/containers/app.component.html
+
2
−
2
View file @
aa17bf4a
<header>
<app-anis-nav
[isAuthenticated]=
"isAuthenticated | async"
[loginToken]=
"loginToken | async"
(logout)=
"logout()"
></app-anis-nav>
</header>
<main
class=
"container"
>
<main
role=
"main"
class=
"container
flex-shrink-0 pb-4
"
>
<router-outlet></router-outlet>
</main>
<footer
class=
"bg-light"
>
<footer
class=
"
footer mt-auto
bg-light"
>
<div
class=
"container my-3"
>
<div
class=
"row justify-content-center mb-3"
>
<small>
©
ANIS 2014 - {{ year }}
</small>
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
3
−
3
View file @
aa17bf4a
<!doctype html>
<html
lang=
"en"
>
<html
lang=
"en"
class=
"h-100"
>
<head>
<meta
charset=
"utf-8"
>
<title>
AnisV3Client
</title>
...
...
@@ -8,7 +8,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
</head>
<body>
<app-root></app-root>
<body
class=
"h-100"
>
<app-root
class=
"d-flex flex-column h-100"
></app-root>
</body>
</html>
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