termina-plex 1.0.2 → 1.0.4
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 +9 -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: 3191f950b76fa610d361efa5cfa74a2ecbb9fac8aa7f900a5438a078955929b1
|
4
|
+
data.tar.gz: 29578af49d88a6026ab319722c54e1319242fed8d940530ed7a48356cbc8f5c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62aece9bbd8155f8200ea61942d90465b7b9480be3afc9eeb3ef429cf4f8f54e118249d4809f22487637358f1f84848220172c10e814dfe61769a3fe69fbd388
|
7
|
+
data.tar.gz: d8f6910f85ba28940d841be00f05efcc10b769dc13900d69298ae3632238b2b6619452c1e16b6955ba85a605d4d0d07796aff09b6e98c52c00588e6362e3baa5
|
data/_layouts/category.html
CHANGED
data/_layouts/tag.html
CHANGED
@@ -276,12 +276,17 @@ 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);
|
287
292
|
}
|
@@ -290,7 +295,7 @@ div#theme-toggle {
|
|
290
295
|
color: var(--text-color);
|
291
296
|
}
|
292
297
|
|
293
|
-
.postsEntries .postDate {
|
298
|
+
.postsEntries .postDate, .tagsEntries .postDate {
|
294
299
|
float: right;
|
295
300
|
}
|
296
301
|
|
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.4
|
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
|