nfg_ui 0.12.1 → 0.12.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0ea8825884109af59da5cbe436bfb4fc5142fce0c012bf96d5fd13d20758054
|
|
4
|
+
data.tar.gz: 04bb29011a602d090d4eba4392f0213b70b05005ed73125c48b4dacee8e930d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d02bf2c10fb4fce63425f694b0faf4367d3d735efacfa225bfdc31f6e02a05496b109a1635cef6598a953cfa1fc2862b0f3274d0a470c1827c821f718df57eab
|
|
7
|
+
data.tar.gz: b879e58d088973854bd19fc8794f3763f8f1b7f72a2c029ba1c4aedaf8dd071102871bc01d02a99915bcb639a778b1e1ba29a7c7f7c892692d7c6e756b153bd6
|
|
@@ -5,11 +5,16 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
// Height if just the builder-header is present
|
|
8
|
-
.builder-header
|
|
8
|
+
.builder-header ~ .builder-container {
|
|
9
9
|
#bee_plugin_container { height: calc(100vh - 72px); }
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
// Height if both builder-header and builder-nav are present (typical in onboarder)
|
|
13
|
-
.builder-header
|
|
13
|
+
.builder-header ~ .builder-nav ~ .builder-container {
|
|
14
14
|
#bee_plugin_container { height: calc(100vh - 180px); }
|
|
15
|
+
|
|
16
|
+
// Height if there are buttons above the bee plugin
|
|
17
|
+
.builder-container-buttons {
|
|
18
|
+
~ #bee_plugin_container { height: calc(100vh - 284px); }
|
|
19
|
+
}
|
|
15
20
|
}
|
data/lib/nfg_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nfg_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Roehm
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-06-
|
|
12
|
+
date: 2021-06-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bootstrap
|