active_frontend 12.4.4 → 12.4.5

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
  SHA1:
3
- metadata.gz: 3b3624f118b7ca9dfc452a5eb636402bfd65b229
4
- data.tar.gz: 1de53e46da0a1891a4b28033f7ab93c28e9d0b0a
3
+ metadata.gz: c5eb820526f0aa01a32bcd1677c1f8c196be6b31
4
+ data.tar.gz: c1daf585358777a9d393359416aa6f34f3b1acd3
5
5
  SHA512:
6
- metadata.gz: 48d5e9c8f9984599263a650c49922dc67d37fe038e62be48cf3241b9624cb8a8672037e357dcaedf0f40a226886b0be3e7d6e36bfab8e293bb54e1c80cbe7714
7
- data.tar.gz: 6528d6514f04cfef85d985d9453a13db97a340a3e76944c7ebc65a2dd3bed13429110ed638435a5279a7d684f98adb621460fd567da1603e4c5de26428980965
6
+ metadata.gz: 36a36c72596c667c0b965724163f1321fb2580718c7fec8a7b658201331431e540498b5c34426311365c0f50f2a50ac9ceaf304f3082eb41d8620712ecb33fba
7
+ data.tar.gz: 9b590ae6b9a9f3f8e9732949be6771358e23b3d01421415507781cb03ce08974b8eb0f09c55822bf7330f53b3843edad1201c2989c840d4b997355c40ad2cebe
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.4"
2
+ VERSION = "12.4.5"
3
3
  end
@@ -249,7 +249,7 @@
249
249
  position: fixed;
250
250
  text-transform: none;
251
251
  top: 60px;
252
- width: 240px;
252
+ width: 280px;
253
253
  }
254
254
  .header-collapse-title {
255
255
  border-bottom: 1px solid;
@@ -485,13 +485,16 @@
485
485
  /* # Media Queries
486
486
  ================================================== */
487
487
  @media only screen and (max-width: 1365px) {
488
- .header-btn-group > li.divider.fixed > a { width: 250px; }
488
+ .header-btn-group > li.divider.fixed > a,
489
+ .header-collapse { width: 250px; }
489
490
  }
490
491
  @media only screen and (max-width: 1199px) {
491
- .header-btn-group > li.divider.fixed > a { width: 220px; }
492
+ .header-btn-group > li.divider.fixed > a,
493
+ .header-collapse { width: 220px; }
492
494
  }
493
495
  @media only screen and (max-width: 959px) {
494
- .header-btn-group > li.divider.fixed > a { width: 200px; }
496
+ .header-btn-group > li.divider.fixed > a,
497
+ .header-collapse { width: 200px; }
495
498
  }
496
499
  @media only screen and (max-width: 767px) {
497
500
  .header {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.4
4
+ version: 12.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez