jekyll-theme-yat 1.6.3 → 1.6.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/_sass/yat/_base.scss +6 -1
- data/_sass/yat/_layout.scss +2 -1
- 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: d16f89597b967a3dbf863b569304d660769634299e54c3b6d03b7e7501bcae0f
|
|
4
|
+
data.tar.gz: 2ea148e50b2f6a3df84ebbf0245aa7ce8d6cedc6e4d7fae6997bad6fb4d9539b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0133198787f1044e4334a89f6aa9f140f5d319a77f528533aa65798ecfd5744c494b267787cf641f9ff9ba5550c8be2e1c440f35a241f539867de0a0d40bfef
|
|
7
|
+
data.tar.gz: 1da4f0b6247b01e666457e114cca771cebfe0a65fedd9b191e2f9c6ec11b2de2dbf9a509318b9077f47216b3d10425e9b9624e425e1b174a0561e2c16676135b
|
data/_sass/yat/_base.scss
CHANGED
|
@@ -160,7 +160,7 @@ pre {
|
|
|
160
160
|
background-color: #f0f0f0;
|
|
161
161
|
|
|
162
162
|
// code language badge
|
|
163
|
-
|
|
163
|
+
&::before {
|
|
164
164
|
content: attr(data-lang);
|
|
165
165
|
color: #fff;
|
|
166
166
|
background-color: #ff4e00;
|
|
@@ -174,6 +174,11 @@ pre {
|
|
|
174
174
|
right: 0;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
// fix wrong badge display for firefox browser
|
|
178
|
+
code > table pre::before {
|
|
179
|
+
display: none;
|
|
180
|
+
}
|
|
181
|
+
|
|
177
182
|
> code {
|
|
178
183
|
display: inline-block;
|
|
179
184
|
padding: 20px!important;
|
data/_sass/yat/_layout.scss
CHANGED
|
@@ -228,10 +228,10 @@ html {
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.post-tags {
|
|
231
|
-
display: inline-block;
|
|
232
231
|
padding-right: 150px;
|
|
233
232
|
|
|
234
233
|
.post-tag {
|
|
234
|
+
display: inline-block;
|
|
235
235
|
margin: 0 12px 0 0;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
@@ -389,6 +389,7 @@ html {
|
|
|
389
389
|
|
|
390
390
|
.post-content {
|
|
391
391
|
margin-bottom: $spacing-unit;
|
|
392
|
+
overflow-x: auto;
|
|
392
393
|
overflow-wrap: normal;
|
|
393
394
|
word-wrap: normal;
|
|
394
395
|
word-break: normal;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-yat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jeffreytse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|