Skip to content

Commit a37715d

Browse files
committed
Updating version
1 parent 9b12ac3 commit a37715d

5 files changed

Lines changed: 14 additions & 62 deletions

File tree

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
@@ -12,7 +12,7 @@
1212
"hot",
1313
"reload"
1414
],
15-
"version": "2.0.3",
15+
"version": "2.0.4",
1616
"homepage": "https://github.com/jwlilly/Android-Accessibility-Inspector-Ap/#readme",
1717
"bugs": {
1818
"url": "https://github.com/jwlilly/Android-Accessibility-Inspector-App/issues"

release/app/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.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-accessibility-inspector",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "View and analyze the accessibility tree for Android apps",
55
"license": "GPL-3.0-only",
66
"author": {

src/renderer/index.scss

Lines changed: 8 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8369,6 +8369,10 @@ html:has(.drawer-open.drawer-open) {
83698369
left: -1px;
83708370
}
83718371

8372+
.left-\[4px\] {
8373+
left: 4px;
8374+
}
8375+
83728376
.right-0 {
83738377
right: 0px;
83748378
}
@@ -8405,42 +8409,6 @@ html:has(.drawer-open.drawer-open) {
84058409
top: 5px;
84068410
}
84078411

8408-
.left-0 {
8409-
left: 0px;
8410-
}
8411-
8412-
.left-\[5px\] {
8413-
left: 5px;
8414-
}
8415-
8416-
.left-\[10px\] {
8417-
left: 10px;
8418-
}
8419-
8420-
.left-\[15px\] {
8421-
left: 15px;
8422-
}
8423-
8424-
.left-\[16px\] {
8425-
left: 16px;
8426-
}
8427-
8428-
.left-\[12px\] {
8429-
left: 12px;
8430-
}
8431-
8432-
.left-\[8px\] {
8433-
left: 8px;
8434-
}
8435-
8436-
.left-\[6px\] {
8437-
left: 6px;
8438-
}
8439-
8440-
.left-\[4px\] {
8441-
left: 4px;
8442-
}
8443-
84448412
.isolate {
84458413
isolation: isolate;
84468414
}
@@ -8539,14 +8507,14 @@ html:has(.drawer-open.drawer-open) {
85398507
display: inline;
85408508
}
85418509

8542-
.flex {
8543-
display: flex;
8544-
}
8545-
85468510
.\!flex {
85478511
display: flex !important;
85488512
}
85498513

8514+
.flex {
8515+
display: flex;
8516+
}
8517+
85508518
.inline-flex {
85518519
display: inline-flex;
85528520
}
@@ -8671,18 +8639,6 @@ html:has(.drawer-open.drawer-open) {
86718639
height: 100vh;
86728640
}
86738641

8674-
.h-1 {
8675-
height: 0.25rem;
8676-
}
8677-
8678-
.h-2 {
8679-
height: 0.5rem;
8680-
}
8681-
8682-
.h-8 {
8683-
height: 2rem;
8684-
}
8685-
86868642
.max-h-\[calc\(100vh-150px\)\] {
86878643
max-height: calc(100vh - 150px);
86888644
}
@@ -9207,10 +9163,6 @@ html:has(.drawer-open.drawer-open) {
92079163
stroke: #fff;
92089164
}
92099165

9210-
.stroke-1 {
9211-
stroke-width: 1;
9212-
}
9213-
92149166
.stroke-2 {
92159167
stroke-width: 2;
92169168
}

0 commit comments

Comments
 (0)