lato 3.6.1 → 3.6.3

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: 0b455041febf6fa0199543a3540a560dce02db7840ae8a6efc274018961b1d44
4
- data.tar.gz: d0694e1fd297058319ddaac053256ed7fd053ca80a04cb41332e4b2dfe757b52
3
+ metadata.gz: de87f19307b2053bffc5d3253b4a41a780ec5874146fb4c216e7c52dc70d0acc
4
+ data.tar.gz: 6782487813d892880b50cfa66a064336281f1490ef6adf0cf273977b5a9757a3
5
5
  SHA512:
6
- metadata.gz: d6d1b5d9c26e8d00013d9ca8304d893c397e0f01670a6a1a6deb502efce183d03dd9ae2c0d8c6fec689a66da6e1b4f573f363ebb3e79c5bab4e7380c8766434b
7
- data.tar.gz: d091db10a8e2ae22476886330d068f817e5a5cad1893465a9d5d57b4fc14653624b0e6947da9debcd54b4a77c5782506df9c2273ae27ce16ee36e09b9b8546bc
6
+ metadata.gz: fb6862817b1c075d810f627b004f2bd23ce0a129252069bfbca57140711a9b459c3497ea496205b5a2a14d15505a3fdf78112c286b4df96a86f39ef8e4f18c3e
7
+ data.tar.gz: 479a6f69b28de4199916fab82f8c1f296252893fb926e2645ba668bc95f24ed87fa243c11525bc2c805bc20e36f4de6956ecad73d13aeb3c0759c53c15a6cc36
@@ -14,7 +14,7 @@ user ||= Lato::User.new
14
14
  <div class="text-center mb-3 mb-md-0 me-md-3">
15
15
  <img class="shadow-sm rounded" src="<%= user.authenticator_qr_code_base64 %>" />
16
16
  </div>
17
- <div class="d-flex flex-column justify-content-between">
17
+ <div class="d-flex flex-column justify-content-between w-100">
18
18
  <div class="alert alert-light">
19
19
  <p class="mb-0">
20
20
  <%= raw I18n.t('lato.account_authenticator_ready_qr') %>
@@ -1,4 +1,4 @@
1
- <div class="d-flex flex-column h-100 <%= Lato.btstrap.sidebar %>">
1
+ <div class="d-flex flex-column h-100 overflow-y-auto <%= Lato.btstrap.sidebar %>">
2
2
  <ul class="nav nav-pills flex-column mb-auto">
3
3
  <%= render 'layouts/lato/sidebar-nav_content' %>
4
4
  </ul>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.6.1"
2
+ VERSION = "3.6.3"
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: 3.6.1
4
+ version: 3.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-27 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails