Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
70e8c655
Commit
70e8c655
authored
Jan 20, 2021
by
Benni Mack
Browse files
Merge branch 'T3DEMO-300' into 'main'
[TASK] Fix mobile menu not showing login button See merge request
!33
parents
3f2a1494
51815865
Pipeline
#10272
passed with stages
in 5 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Resources/Private/Scss/_header.scss
View file @
70e8c655
...
...
@@ -46,7 +46,7 @@
position
:
initial
;
}
&
__meta
{
position
:
absolute
;
position
:
fixed
;
height
:
68px
;
border-top
:
1px
solid
$color-gray-light
;
margin-top
:
calc
(
100vh
-
68px
);
...
...
src/extensions/site_t3demo/Resources/Private/Scss/_navi.scss
View file @
70e8c655
...
...
@@ -90,12 +90,12 @@
}
&
__sublist
{
padding
:
32px
0
0
;
padding
:
32px
0
96px
;
}
&
__subitem
{
text-align
:
center
;
#{
$self
}
--open
&
:last-child
{
padding-bottom
:
1
36
px
;
padding-bottom
:
1
90
px
;
}
}
}
...
...
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