Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
b07cdb3c
Commit
b07cdb3c
authored
Sep 22, 2021
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Ensure that centered title in navbar never takes 3 lines => no superflous scrollbar.
parent
eb9ab863
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/components/NavBar.svelte
+2
-2
2 additions, 2 deletions
src/lib/components/NavBar.svelte
with
2 additions
and
2 deletions
src/lib/components/NavBar.svelte
+
2
−
2
View file @
b07cdb3c
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<!-- Création d'un div sur l'ensemble de la nav bar pour répartir les blocs-->
<!-- Création d'un div sur l'ensemble de la nav bar pour répartir les blocs-->
<div
class=
"hidden md:flex justify-between"
>
<div
class=
"hidden md:flex justify-between"
>
<!-- Premier div pour le logo AN et le menu A propos-->
<!-- Premier div pour le logo AN et le menu A propos-->
<div
class=
"flex
w-1/3
items-center"
>
<div
class=
"flex items-center"
>
<!-- logo assemblee nationale -->
<!-- logo assemblee nationale -->
<a
href=
{
portalUrl
}
>
<a
href=
{
portalUrl
}
>
<img
<img
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
<!-- Troisième div pour les commandes avancées-->
<!-- Troisième div pour les commandes avancées-->
<!-- Contribuer et connexion/déconnexion -->
<!-- Contribuer et connexion/déconnexion -->
<div
class=
"flex
w-1/3
justify-end items-center"
>
<div
class=
"flex justify-end items-center"
>
{
#if
authenticationEnabled
}
{
#if
authenticationEnabled
}
{
#if
user
===
undefined
}
{
#if
user
===
undefined
}
<div
class=
"flex"
>
<div
class=
"flex"
>
...
...
...
...
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