Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 35ada67

Browse files
committed
Update
1 parent 82a4137 commit 35ada67

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

css/style.menu.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
content: "\f106";
8888
float: right;
8989
font-family: "FontAwesome";
90-
margin: 0 15px 0 0;
90+
margin: 0 3px 0 0;
9191
}
9292

9393
.sidebar ul.menu li ul li.parent a.employ.active:before {
@@ -104,6 +104,10 @@
104104
width: 5px;
105105
}
106106

107+
.ps__rail-y {
108+
margin: 10px 0;
109+
}
110+
107111
.ps__rail-y:hover > .ps__thumb-y,
108112
.ps__rail-y:focus > .ps__thumb-y,
109113
.ps__rail-y.ps--clicking .ps__thumb-y {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-responsive-menu",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Simple responsive menu.",
55
"main": "css/style.menu.css",
66
"repository": {

0 commit comments

Comments
 (0)