Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
2042b6dc
Commit
2042b6dc
authored
Sep 09, 2019
by
Bryan BRANCOTTE
Browse files
Fix transition of middle header in low width screen
parent
2602021e
Changes
1
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
2042b6dc
...
...
@@ -280,17 +280,17 @@ header .header__middle .dropdown-menu {
.header__middle.navbar
{
align-items
:
initial
;
}
#navbar__middle__collapse
:not
(
.show
)
{
#navbar__middle__collapse
:not
(
.show
)
:not
(
.collapsing
)
{
align-items
:
initial
;
flex-direction
:
column
;
}
#navbar__middle__collapse
:not
(
.show
)>
div
{
#navbar__middle__collapse
:not
(
.show
)
:not
(
.collapsing
)
>
div
{
display
:
flex
;
}
#navbar__middle__collapse
:not
(
.show
)>
div
:first-child
{
#navbar__middle__collapse
:not
(
.show
)
:not
(
.collapsing
)
>
div
:first-child
{
flex-grow
:
3.5
;
}
header
:not
(
.scrolled
)
#navbar__middle__collapse
:not
(
.show
)>
div
:last-child
{
header
:not
(
.scrolled
)
#navbar__middle__collapse
:not
(
.show
)
:not
(
.collapsing
)
>
div
:last-child
{
flex-grow
:
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment