Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LilleConnect
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
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
Giorgio Utzeri
LilleConnect
Commits
cafe9b0b
Commit
cafe9b0b
authored
1 month ago
by
Giorgio Utzeri
Browse files
Options
Downloads
Patches
Plain Diff
test responsive
parent
6e007b0f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/styleMenu.css
+3
-8
3 additions, 8 deletions
css/styleMenu.css
menu.jsp
+1
-0
1 addition, 0 deletions
menu.jsp
with
4 additions
and
8 deletions
css/styleMenu.css
+
3
−
8
View file @
cafe9b0b
...
...
@@ -26,6 +26,7 @@ body {
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
transition
:
width
0.3s
ease
;
}
.sidebar
h3
{
...
...
@@ -130,18 +131,12 @@ body {
text-decoration
:
none
;
}
/* Largeur de la sidebar quand elle est ouverte sur mobile */
@media
(
max-width
:
991px
)
{
.sidebar
{
width
:
2050px
;
/* Définit une largeur plus grande pour la sidebar
sur mobile */
width
:
0
;
/* Cache la sidebar par défaut
sur mobile */
}
.sidebar.collapse.show
{
width
:
250px
;
/*
Assure que la sidebar a la bonne largeur quand elle est visib
le */
width
:
250px
;
/*
Définit la largeur de la sidebar ouverte sur mobi
le */
}
}
/* Optionnel: Ajout d'un effet de transition pour rendre l'animation plus fluide */
.sidebar
{
transition
:
width
0.3s
ease
;
/* Effet de transition pour l'agrandissement */
}
This diff is collapsed.
Click to expand it.
menu.jsp
+
1
−
0
View file @
cafe9b0b
...
...
@@ -79,6 +79,7 @@
</div>
<div
class=
"main-content d-flex flex-column bg-image"
style=
"min-height: 100vh; background-image: url('images/login-bg.png'); background-size: cover; background-position: center;"
>
<%
...
...
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