Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
ptd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quan Nguyen
ptd
Commits
646b9f47
Commit
646b9f47
authored
Aug 20, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update css 20/08
parent
c83064e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
styles.css
themes/contrib/estore/css/styles.css
+1
-1
custom.js
themes/contrib/estore/js/custom.js
+1
-1
No files found.
themes/contrib/estore/css/styles.css
View file @
646b9f47
...
...
@@ -648,7 +648,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
}
.menu--category-menu.product
{
overflow
:
auto
;
max-height
:
7
29
px
;
max-height
:
7
85
px
;
}
.menu--category-menu.product
.open
ul
.sidebar-submenu-2
{
position
:
relative
;
...
...
themes/contrib/estore/js/custom.js
View file @
646b9f47
...
...
@@ -62,7 +62,7 @@ for (i = 0; i < acc.length; i++) {
console
.
log
(
'cccc'
)
var
current
=
location
.
pathname
;
if
(
current
==
"/products"
){
$
(
".menu.menu--category-menu.nav"
).
removeClass
(
'hide-block'
).
removeClass
(
'not-home'
).
css
({
"top"
:
"
140
px"
}).
addClass
(
'product'
);
$
(
".menu.menu--category-menu.nav"
).
removeClass
(
'hide-block'
).
removeClass
(
'not-home'
).
css
({
"top"
:
"
68
px"
}).
addClass
(
'product'
);
}
else
if
(
current
.
length
>
17
){
...
...
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