termina-plex 1.0.3 → 1.0.5
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/_layouts/category.html +1 -1
- data/_layouts/tag.html +1 -1
- data/_sass/termina-plex/_layout.scss +10 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 190a3574b70bef86ecb3528b201e4ccb5177ba6c7acb5a23b131beb34d5b6fbe
|
4
|
+
data.tar.gz: '0220291c4e6d27171bbb0782110e6d29cadc2e1da2ebafcaf59332f3dd8c5e8e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73c4fecfc970e211c9d75f958f4a540404cb9325583f178372f35204dec88eb78cb89101b32c8db4f4f2fd5ce3272ddcb9b5e0df4a13c5c0d853495397c59be4
|
7
|
+
data.tar.gz: 67e63048f090ee0586f4a921390d33a985bbab8a86f3930ee6016a56d17544359e3a1848b291456174962cd280d810af3b7549bc8ba61d32acdd03452ff2a23d
|
data/_layouts/category.html
CHANGED
data/_layouts/tag.html
CHANGED
@@ -276,21 +276,27 @@ div#theme-toggle {
|
|
276
276
|
}
|
277
277
|
|
278
278
|
// Layout: Post
|
279
|
-
.postInfo {
|
280
|
-
margin:
|
281
|
-
|
279
|
+
.postsEntries .postInfo, .tagsEntries .postInfo {
|
280
|
+
margin: 2rem 0;
|
281
|
+
min-height: 2rem;
|
282
|
+
padding: 2rem 0;
|
282
283
|
border-top: 1px solid rgba(127, 127, 127, 0.5);
|
283
284
|
}
|
284
285
|
|
286
|
+
.postsEntries .postInfo {
|
287
|
+
padding-bottom: 1rem;
|
288
|
+
}
|
289
|
+
|
285
290
|
.postInfo:last-of-type {
|
286
291
|
border-bottom: 1px solid rgba(127, 127, 127, 0.5);
|
292
|
+
padding-bottom: 2rem;
|
287
293
|
}
|
288
294
|
|
289
295
|
.postDate {
|
290
296
|
color: var(--text-color);
|
291
297
|
}
|
292
298
|
|
293
|
-
.postsEntries .postDate {
|
299
|
+
.postsEntries .postDate, .tagsEntries .postDate {
|
294
300
|
float: right;
|
295
301
|
}
|
296
302
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: termina-plex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Linh Pham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|