Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
87a17c65
Commit
87a17c65
authored
Jul 12, 2016
by
fred
Browse files
style: reduce top header icon padding on small screens
parent
bff2568c
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
87a17c65
...
...
@@ -282,9 +282,26 @@ body{
@media
screen
and
(
max-width
:
760px
){
#metaNav
.iconLabel
{
display
:
none
;}
#metaNav
ul
li
a
span
.nav-icon
{
display
:
inline-block
;
}
#metaNav
ul
li
{
padding
:
0
;
}
#metaNav
ul
li
a
{
padding
:
0
1em
;
}
#metaNav
form
{
display
:
none
;
}
#metaNav
ul
li
#nav-language
{
padding
:
0.2em
0
0
1em
;
}
}
@media
screen
and
(
max-width
:
400px
){
#metaNav
ul
li
#nav-language
{
padding
:
0.2em
0
0
1ex
;
}
#metaNav
ul
li
a
{
padding
:
0
1ex
;
}
}
/****************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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