lato 0.3.10 → 0.3.11

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: a0f940391fc2f80deb23580a9bbb53f775797ba2996d34507c93441df2737c9a
4
- data.tar.gz: dea7946a37b44fcfd6c88ee04ec5e908cc9effb9c72677d391a86d2d31cf038b
3
+ metadata.gz: dc6429cabd8f06eababd110121d4931f8c4f4f3473a996e26fdc60de860748ed
4
+ data.tar.gz: 9f4934f7e092d0c8fa166b29c1fec2ab90ebabc9a1a95ef4b1e38fff72c052d3
5
5
  SHA512:
6
- metadata.gz: 11dbcb75ea392b3698b64056c404a7048d1c388f4f7caefd0eaec592e42df25e4b614d2a56cf3ff6795491a8b7cf019ff9c54a7738388facea24d8d97efb75b6
7
- data.tar.gz: 351fdff7c4bcff8ecad5077f2da34cd2233b4819a928ade0d1c516a55836d839507266cc9f620d160273d1604b8312ee97bc926122b494a6a9b50446908b5ba4
6
+ metadata.gz: 17280e2b7a1d0c2c38588deb5c7c7abb5461bba3ee1300bac99ee0489fb9d26da98763c6623ef0a7edc8e9dc00fb562150a97c8ec414640b7600f407719fbea9
7
+ data.tar.gz: ac4b10677de5ad4b769d4c200dcc30554adc5280c89904ed7574870548d70949f200d6c8c6611b62e43c12b7511cb59d110048fba481264a04181b52e0e4efe0
@@ -1,6 +1,6 @@
1
1
  <div class="toast-container">
2
2
  <% if notice %>
3
- <div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
3
+ <div class="position-fixed end-0 p-3" style="z-index: 11; top: 60px;">
4
4
  <div data-controller="lato-feedback" id="feedbackNotice" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
5
5
  <div class="toast-header">
6
6
  <i class="bi bi-check-circle-fill text-success me-2"></i>
@@ -15,7 +15,7 @@
15
15
  <% end %>
16
16
 
17
17
  <% if alert %>
18
- <div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
18
+ <div class="position-fixed end-0 p-3" style="z-index: 11; top: 60px;">
19
19
  <div data-controller="lato-feedback" id="feedbackAlert" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
20
20
  <div class="toast-header">
21
21
  <i class="bi bi-check-circle-fill text-danger me-2"></i>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "0.3.10"
2
+ VERSION = "0.3.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lato
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-16 00:00:00.000000000 Z
11
+ date: 2023-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails