jekyll-theme-chirpy-customized-upe 0.1.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/locales/en.yml +1 -1
- data/_includes/sidebar.html +4 -8
- data/assets/.DS_Store +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e0dc23b2fe524a2db5922ee4869869114ec124aa177e27ab12c0c804f6f4c52
|
|
4
|
+
data.tar.gz: 331ea998bb79689549b6ac877b1d6eefc92c5bd96f1b999e961ed574dabc94ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54aaa1e057fd8873f22bafcedcdf08924749fb9e12df1138cad56098115acea3ed318461701366b783fca2dd032a3cbdca749b9bf5d90a89e54428961a465330
|
|
7
|
+
data.tar.gz: 6ae90ec23d6f2b6e20ce84daba5d92a85e57c293825c2a49196b3b6c3e3211b987d3c998e15fefbba7cc219060c7e13651693e59b06873899a483d5a1b9d40f0
|
data/_data/locales/en.yml
CHANGED
|
@@ -89,7 +89,7 @@ login:
|
|
|
89
89
|
waiting_for_verification: Registration successful, waiting for email verification. Message has been sent!
|
|
90
90
|
register: Register
|
|
91
91
|
register_fail: Register failed!
|
|
92
|
-
email_not_verified: The current user's email has not been verified and cannot be logged in temporarily.
|
|
92
|
+
email_not_verified: The current user\'s email has not been verified and cannot be logged in temporarily.
|
|
93
93
|
logout: Logout
|
|
94
94
|
forgot: Forgot
|
|
95
95
|
forgot_prompt: Enter your registered email address
|
data/_includes/sidebar.html
CHANGED
|
@@ -46,11 +46,8 @@
|
|
|
46
46
|
}
|
|
47
47
|
.form-buttons {
|
|
48
48
|
display: flex;
|
|
49
|
-
justify-content:
|
|
50
|
-
gap:
|
|
51
|
-
}
|
|
52
|
-
.form-submit {
|
|
53
|
-
margin: 0 20px;
|
|
49
|
+
justify-content: space-between;
|
|
50
|
+
gap: 40px;
|
|
54
51
|
}
|
|
55
52
|
.submitChange
|
|
56
53
|
{
|
|
@@ -58,9 +55,7 @@
|
|
|
58
55
|
color: #fff;
|
|
59
56
|
border-radius: 5px;
|
|
60
57
|
border: transparent;
|
|
61
|
-
|
|
62
|
-
.form-cancel {
|
|
63
|
-
margin: 0 20px;
|
|
58
|
+
width: 80px;
|
|
64
59
|
}
|
|
65
60
|
.cancelChange
|
|
66
61
|
{
|
|
@@ -68,6 +63,7 @@
|
|
|
68
63
|
color: #fff;
|
|
69
64
|
border-radius: 5px;
|
|
70
65
|
border: transparent;
|
|
66
|
+
width: 80px;
|
|
71
67
|
}
|
|
72
68
|
</style>
|
|
73
69
|
|
data/assets/.DS_Store
CHANGED
|
Binary file
|