bullet_train-themes-light 1.0.14 → 1.0.15

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: 273572abc86b3d5dfbdd46e9971d01bb5058b092dea03fede0c3439b09735760
4
- data.tar.gz: a61a73b5cbca952422c243a8719927dda45efd7ca13c49b1478594010c735734
3
+ metadata.gz: 9227ffd19e9fbb1fc0a7320121eaba512167d45764ecebff31d2c79126d0038b
4
+ data.tar.gz: b102d53292d1facdae2317d1ee75a1c253bf1ba2f723bef2a8582dbc28881b5c
5
5
  SHA512:
6
- metadata.gz: 2884d258a59ffade5e60e111308690b5fb822aa3e92867a9c6ee4029dc719e9dd0a40aecd01b4006b47a04741a824411e46f715458e200327f2b6f8f94aa6e9a
7
- data.tar.gz: 21abb80f0952ace87932441be16db25443cbc63f7b7278faf14a53b485af89fc4aa1b700f68b0ea0d6b5f1e4b866a3359998856d79f8a1003c3b6ba13723acfc
6
+ metadata.gz: 8bba3471cce54db81e9ddf31ce5eb5339fee0770124a228b2cf3f9a91ea9ec0fa1510019b86dd337a2e2f93926a258bd556a184d287fe67987b68c4ccbfec90e
7
+ data.tar.gz: e4dc74d57c38967b414a339395482bfe04389b4038a9ecf036b9fb39de277e3d9325935ced6ad683f875289c50d354133d01a2dcbf112a43ed2a549b4f746975
@@ -38,12 +38,12 @@
38
38
 
39
39
  <% if p.content_for? :actions || pagy %>
40
40
  <div class="pb-7 px-8 space-y-7">
41
- <div class="flex">
41
+ <div class="sm:flex">
42
42
  <div class="flex-1 space-x">
43
43
  <%= p.content_for :actions %>
44
44
  </div>
45
45
  <% if pagy && pagy.pages > 1 %>
46
- <div class="flex-0">
46
+ <div class="flex-0 mt-3 sm:mt-0">
47
47
  <%== pagy_nav(pagy) %>
48
48
  </div>
49
49
  <% end %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.0.14"
4
+ VERSION = "1.0.15"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver