jekyll-theme-yat 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 455c4ceab292869e983a85ced50d9537bf70c7d13b5fe334330f83df2e34720a
4
- data.tar.gz: ffe0ae7cebfcbc65dc43b8d3bb7e484f158e310b398fb62c090433ea8e289eff
3
+ metadata.gz: d16f89597b967a3dbf863b569304d660769634299e54c3b6d03b7e7501bcae0f
4
+ data.tar.gz: 2ea148e50b2f6a3df84ebbf0245aa7ce8d6cedc6e4d7fae6997bad6fb4d9539b
5
5
  SHA512:
6
- metadata.gz: 294a7a2ce6f1ae93bd492d1dbe635837180103160fc185fb45a0af9eee1df9b3b14c81a86e433c489ab3cc7ddf22f14686294c3885bedd8d09807ca96b237e06
7
- data.tar.gz: 5df389f70206297daf5b1d777a2936b078334825b3af5121c4ccf489a0cc91d2849626b1ee12df95ea2b9ed7acad6513ea7aad7ffde4cbf661b9153b425a717f
6
+ metadata.gz: e0133198787f1044e4334a89f6aa9f140f5d319a77f528533aa65798ecfd5744c494b267787cf641f9ff9ba5550c8be2e1c440f35a241f539867de0a0d40bfef
7
+ data.tar.gz: 1da4f0b6247b01e666457e114cca771cebfe0a65fedd9b191e2f9c6ec11b2de2dbf9a509318b9077f47216b3d10425e9b9624e425e1b174a0561e2c16676135b
@@ -160,7 +160,7 @@ pre {
160
160
  background-color: #f0f0f0;
161
161
 
162
162
  // code language badge
163
- &:before {
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;
@@ -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.3
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-29 00:00:00.000000000 Z
11
+ date: 2020-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler