jekyll-theme-lcsb-default 0.3.12 → 0.3.13

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: ef411626d8d5ded9681ff98aa309f99c570bd99f7b418423073f12ac04e13508
4
- data.tar.gz: 8ea9e061e1a324c260fb4fdadbc86081de3e25e5ba667120aa6e529e23e9fef8
3
+ metadata.gz: d6be09cc87d086bc9bd423e9a4e9079fb00a5a7aa1668da934b081a77c972294
4
+ data.tar.gz: 9f5fa9195066b5b5f6b8d882b137f61a7136c6aea29fcd013ae0d0c1aa838e91
5
5
  SHA512:
6
- metadata.gz: a0e37933621f8d3a8e3833be971128cf251a72be34a143eee2a73d6f163680a6ccb10c1829ea61eb26998d61a160063ce47f7a7b85202bd8e1834737985cc918
7
- data.tar.gz: eb1d2962948472774ddd9a42c90386db894a13b37a9e08c5b57d1f8d3d5f1c64b4f47f3e46626727603789ee36f8d9e8ec87f5c847a3f7c6796caf3ca0dcb613
6
+ metadata.gz: dc95ccb5db9f1827366b6cf9443f7a24de493877a62c78eccc2be65b9a487e7fc5b228c3f6a16727dd1e9acb0cb0f65b84a6acf33ec2e7a7f8b21d6d265133d1
7
+ data.tar.gz: 03e2946035d9bbe6b69d486d79ece7b0db3f98f2d55687cfe1f5e63e7716d2520bd732088940a174dd657562f68f6da24e4577ee4a4be3b453fa69bb7a878bc1
@@ -121,6 +121,7 @@ h1, h2, h3, h4, h5, h6 {
121
121
  a {
122
122
  color: $brand-color;
123
123
  text-decoration: none;
124
+ overflow-wrap: break-word;
124
125
 
125
126
  @media print {
126
127
  &:after {
@@ -89,10 +89,10 @@ html {
89
89
 
90
90
  @media (max-width: 640px) {
91
91
  .page-link.active:before, .page-link2.active:before {
92
- content: "\2022";
92
+ content: "\2023";
93
93
  margin-right: 10px;
94
94
  position: absolute;
95
- left: 12%;
95
+ left: 20px;
96
96
  color: rgb(23, 168, 225);
97
97
  }
98
98
  .page-link.active, .page-link2.active {
@@ -186,6 +186,7 @@ html {
186
186
  border: 1px solid $grey-color-light;
187
187
  border-radius: 5px;
188
188
  text-align: right;
189
+ max-width: calc(100% - 30px);
189
190
 
190
191
  label[for="nav-trigger"] {
191
192
  display: block;
@@ -215,17 +216,24 @@ html {
215
216
  display: none;
216
217
  }
217
218
 
219
+ input:checked ~ div {
220
+ width: 100%;
221
+ }
222
+
218
223
  input:checked ~ .trigger {
219
224
  display: block;
220
- padding-bottom: 5px;
225
+ padding-bottom: 15px;
226
+ padding-right: 15px;
227
+ width: calc(100% - 15px);
221
228
  }
222
229
 
223
230
  .page-link, .page-link2 {
224
231
  display: block;
225
- padding: 5px 10px;
232
+ padding: 7px 10px;
226
233
 
227
234
  &:not(:last-child) {
228
235
  margin-right: 0;
236
+ border-bottom: solid 1px #eceaea;
229
237
  }
230
238
  margin-left: 20px;
231
239
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-20 00:00:00.000000000 Z
12
+ date: 2020-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll