Skip to content

Commit f32e444

Browse files
committed
refactoring UI
1 parent 9f6f30c commit f32e444

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+38718
-1787
lines changed

dist/bundle.js

+1,136-1,302
Large diffs are not rendered by default.

dist/css/all.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/css/fontawesome.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fontawesome.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/patchfox.css

+21-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
img.is-image-from-blob {
2-
max-width: 100%;
3-
display:block;
4-
margin:auto;
5-
padding: 5px;
6-
}
7-
8-
a.image-link {
9-
display: block;
10-
width: 100%;
11-
}
12-
13-
14-
.blured img {
15-
filter: blur(20px) !important;
16-
}
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;
4+
5+
6+
img.is-image-from-blob {
7+
max-width: 100%;
8+
display:block;
9+
margin:auto;
10+
padding: 5px;
11+
}
12+
13+
a.image-link {
14+
display: block;
15+
width: 100%;
16+
}
17+
18+
19+
.blured img {
20+
filter: blur(20px) !important;
21+
}

0 commit comments

Comments
 (0)