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: b62469b35f0e75a5a06f1e751c6cd5d42cb7f40e4df50090a3a47ac6c2ccd5f5
4
- data.tar.gz: 6bc7fce5d15b31c0ed7c2cf7d59f10d8c5cf852a663707e98cafb3a517698f83
3
+ metadata.gz: b0ea8825884109af59da5cbe436bfb4fc5142fce0c012bf96d5fd13d20758054
4
+ data.tar.gz: 04bb29011a602d090d4eba4392f0213b70b05005ed73125c48b4dacee8e930d3
5
5
  SHA512:
6
- metadata.gz: c742c34a9f8e100bd7aa271295974b0a93facd5f896758114567cf59e6c524066dfd6d84a773ea52d4301840cf16c9353351b9e32cf3122fba70690533f14595
7
- data.tar.gz: a7bffe8ab7cb2fcf83314136a3ea0fd71b574339393f92fa19e3eb828ae7fcc4f00308a8b45b0fba728939758f5690fabe39c401691bbc8aaf679250fd24e025
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 + .builder-container {
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 + .builder-nav + .builder-container {
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
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.1'
4
+ VERSION = '0.12.2'
5
5
  end
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.1
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-23 00:00:00.000000000 Z
12
+ date: 2021-06-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap