Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f62ee70

Browse files
committed
change position of delete btn from margin-left: 10px to margin-right: 15px
1 parent 6cc5dc9 commit f62ee70

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Github Filter Extension",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55

66
"author": "CoderK <[email protected]>",
77
"description": "This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-filter-extension",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Add Local Filter Storage Your GitHub",
55
"main": "index.js",
66
"dependencies": {

resources/css/gfe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.gfe--filterItem .gfe--deleteBtn {
2-
float:right;margin-left:10px;fill: #ff0000;display:none;
2+
float:right;margin-right:15px;fill: #ff0000;display:none;
33
}
44

55
.gfe--filterItem:hover .gfe--deleteBtn {

0 commit comments

Comments
 (0)