Skip to content

Commit 1e05c0a

Browse files
committed
v1.1.0
1 parent 1c31b6a commit 1e05c0a

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

build/index.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear 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": "bugbattle",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "node scripts/start.js",

src/lib/css/App.css

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
cursor: pointer;
1515
background-color: #086EFB;
1616
color: #fff;
17+
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
18+
z-index: 16777260;
1719
}
1820

1921
.bugbattle--feedback-button:after {
@@ -30,6 +32,7 @@
3032
display: flex;
3133
justify-content: center;
3234
align-items: center;
35+
z-index: 16777261;
3336
}
3437

3538
.bugbattle--feedback-dialog {
@@ -60,20 +63,6 @@
6063
.bugbattle--feedback-dialog-header {
6164
border-radius: 0px;
6265
}
63-
.bugbattle--feedback-button {
64-
position: fixed;
65-
bottom: 10px;
66-
right: 10px;
67-
width: 44px;
68-
height: 44px;
69-
line-height: 44px;
70-
font-size: 13px;
71-
border-radius: 100%;
72-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
73-
}
74-
.bugbattle--feedback-button:after {
75-
content: "?";
76-
}
7766
}
7867

7968
.bugbattle--feedback-dialog-header-button {
@@ -326,6 +315,7 @@
326315
right: 0px;
327316
height: 100%;
328317
background-color: #fff;
318+
z-index: 16777263;
329319
}
330320

331321
.bugbattle-screenshot-editor-canvas {
@@ -352,6 +342,7 @@
352342
font-weight: bold;
353343
border-radius: 28px;
354344
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
345+
z-index: 16777265;
355346
}
356347

357348
.bugbattle-screenshot-editor-color {
@@ -368,6 +359,7 @@
368359
font-weight: bold;
369360
border-radius: 28px;
370361
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
362+
z-index: 16777265;
371363
}
372364

373365
.bugbattle-screenshot-editor-color--selected {

0 commit comments

Comments
 (0)