Skip to content

Commit 17fcf32

Browse files
author
Sebi Nemeth
committed
enabler button outline
1 parent 705075a commit 17fcf32

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const css = `
88
top: 2px;
99
left: 2px;
1010
z-index: 10000;
11-
padding: 1px;
12-
padding-left: 2px;
11+
padding: 2px;
1312
color: black;
1413
background: rgba(255, 255, 255, 0.6);
1514
font-family: sans-serif;

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const css = `
99
top: 2px;
1010
left: 2px;
1111
z-index: 10000;
12-
padding: 1px;
13-
padding-left: 2px;
12+
padding: 2px;
1413
color: black;
1514
background: rgba(255, 255, 255, 0.6);
1615
font-family: sans-serif;

0 commit comments

Comments
 (0)