Skip to content

Commit 7a90ee0

Browse files
committed
fix some errors and add improvements
1 parent 8a9b2d3 commit 7a90ee0

File tree

17 files changed

+54010
-43698
lines changed

17 files changed

+54010
-43698
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ typings/
102102
# TernJS port file
103103
.tern-port
104104

105-
.idea
105+
.idea/

dist/app.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
background-color: deepskyblue;
1919
color: white;
2020
position: fixed;
21-
left: 0;
2221
top: 0;
2322
text-align: center;
2423
transition: all .3s ease-in-out;

dist/index.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,19 @@
1717
height: 100vh;
1818
background-color: deepskyblue;
1919
color: white;
20+
21+
text-align: center;
22+
transition: all .3s ease-in-out;
23+
}
24+
25+
._styles-module__pos-left__17SmE {
2026
position: fixed;
2127
left: 0;
2228
top: 0;
23-
text-align: center;
24-
transition: all .3s ease-in-out;
29+
}
30+
31+
._styles-module__pos-right__1NTmL {
32+
2533
}
2634

2735
._styles-module__item__VrCvP {

dist/index.js

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

dist/index.js.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.

dist/index.modern.js

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

dist/index.modern.js.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.

0 commit comments

Comments
 (0)