Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
OF1706
8 years ago
Commit
fac96ff5b91a4186ae68bb34902ac02b164a89a2
1 parent
4d40a8d2
autoMod
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
public/js/header.js
public/scss/common/_header.css
public/js/header.js
View file @
fac96ff
...
...
@@ -989,6 +989,10 @@ function searchSuggestHistory() {
$
(
function
()
{
var
windowWidth
=
document
.
documentElement
.
clientWidth
;
if
(
windowWidth
<=
1440
)
{
$
(
'.code-down-box'
).
hide
();
}
$
(
window
).
resize
(
function
()
{
var
innerWindowWidth
=
window
.
innerWidth
;
...
...
public/scss/common/_header.css
View file @
fac96ff
...
...
@@ -1511,7 +1511,7 @@
}
}
@media
screen
and
(
max-width
:
1
28
0px
)
{
@media
screen
and
(
max-width
:
1
44
0px
)
{
.code-down-box
{
display
:
none
;
}
...
...
Please
register
or
login
to post a comment