fni-docs-theme 0.4.3 → 0.5.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ba5439ab23c84eab01b03238c30f867e62e58e1c6252790cb1197baf24c10c9
4
- data.tar.gz: 2aec63e1e343635dfbc12184fc64d72c7fe6128026a7df5cc9c3679b2591df77
3
+ metadata.gz: e933eb121bdcdfa9df47685ce09f42f27071fd179cfe6572fbbcefa3111d0a9f
4
+ data.tar.gz: '0950106a53c0b4b1de583e9ebcd8a053834ef656faf500690939cc7e25e2d96a'
5
5
  SHA512:
6
- metadata.gz: 1ec084330a227096c77e00f8fa9acbc985b0e60402dffa61e7d4d414d73203300fe29919518a3cf038a74456620623e2d3baff8b8b386d89e2c04ee95b3a0aeb
7
- data.tar.gz: 9d12d80caacf6bb2f981d8f8629807d1187bdf2d01cb720eb68788b39f34a3d977d673de737e3996968b61183275d9ee28cbcc5e10468263af236d407c968e44
6
+ metadata.gz: d1fb045cea52ce688d50b0bf0d231d6534315c390d88dce8f7fbf4b7b0e568dc9a94ac7787ef5d6302cdfa34c6db67ce7d7edbe93af5ce4a871c3b9cb98a9092
7
+ data.tar.gz: 8e05c044f0db819f2812e96e008d35fc90c91945d674e981856793331ae8f843703eca8e374775484147fdf1d24ca0cd5995f9cb97b5f3df2763bda17cdabe1a
data/_sass/layout.scss CHANGED
@@ -19,8 +19,7 @@
19
19
  }
20
20
 
21
21
  @include mq(lg) {
22
- width: calc((100% - #{$nav-width + $content-width}) / 2 + #{$nav-width});
23
- min-width: $nav-width;
22
+ width: $nav-width;
24
23
  }
25
24
  }
26
25
 
@@ -32,9 +31,8 @@
32
31
  }
33
32
 
34
33
  @include mq(lg) {
35
- margin-left: calc(
36
- (100% - #{$nav-width + $content-width}) / 2 + #{$nav-width}
37
- );
34
+ max-width: 100%;
35
+ margin-left: $nav-width;
38
36
  }
39
37
  }
40
38
 
@@ -75,10 +73,6 @@
75
73
  .site-header,
76
74
  .site-footer {
77
75
  width: 100%;
78
-
79
- @include mq(lg) {
80
- width: $nav-width;
81
- }
82
76
  }
83
77
 
84
78
  .site-nav {
data/_sass/plantuml.scss CHANGED
@@ -1,25 +1,24 @@
1
-
2
1
  // Style iuml diagrams
3
2
  .plantuml-diagram {
4
3
  position: relative;
5
4
  color: #333;
6
5
 
6
+ /* stylelint-disable-next-line selector-max-type */
7
7
  svg {
8
- border: 2px solid #444;
8
+ border: 2px solid #444;
9
9
  }
10
10
 
11
11
  .error-msg {
12
- margin: 1em;
13
- padding: 0.5em;
14
- background-color: #fdd;
15
- border: 1px solid #922;
12
+ padding: 0.5em;
13
+ margin: 1em;
14
+ background-color: #fdd;
15
+ border: 1px solid #922;
16
16
  }
17
17
 
18
18
  .plantuml-diagram-open {
19
- position: absolute;
20
- right: 5px;
21
- bottom: 8px;
22
- font-size: smaller;
19
+ position: absolute;
20
+ right: 5px;
21
+ bottom: 8px;
22
+ font-size: smaller;
23
23
  }
24
24
  }
25
-
data/_sass/search.scss CHANGED
@@ -107,7 +107,6 @@
107
107
 
108
108
  @include mq(md) {
109
109
  top: 100%;
110
- width: $search-results-width;
111
110
  max-height: calc(100vh - 200%) !important;
112
111
  }
113
112
  }
@@ -130,7 +130,7 @@ $border-color: $grey-lt-100 !default;
130
130
 
131
131
  $gutter-spacing: $sp-6 !default;
132
132
  $gutter-spacing-sm: $sp-4 !default;
133
- $nav-width: 264px !default;
133
+ $nav-width: 380px !default;
134
134
  $nav-width-md: 248px !default;
135
135
  $nav-list-item-height: $sp-6 !default;
136
136
  $nav-list-item-height-sm: $sp-8 !default;
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fni-docs-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Marsceill
8
8
  - Ken Hill
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-27 00:00:00.000000000 Z
12
+ date: 2022-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -101,7 +101,7 @@ dependencies:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
103
  version: '3.0'
104
- description:
104
+ description:
105
105
  email:
106
106
  - patrick.marsceill@gmail.com
107
107
  - rubygems@hill.ae
@@ -183,7 +183,7 @@ homepage: https://github.com/dealertrack/fni-docs-theme
183
183
  licenses:
184
184
  - MIT
185
185
  metadata: {}
186
- post_install_message:
186
+ post_install_message:
187
187
  rdoc_options: []
188
188
  require_paths:
189
189
  - lib
@@ -198,8 +198,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubygems_version: 3.2.15
202
- signing_key:
201
+ rubygems_version: 3.2.32
202
+ signing_key:
203
203
  specification_version: 4
204
204
  summary: Fork of just-the-docs
205
205
  test_files: []