light_admin 1.1.3 → 1.1.4

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: 73afd454b7b957647691aee643dbe7cb6bf16996f460b856d22d33f5e51eeb01
4
- data.tar.gz: bd19451a6a1b16392c8fc1957a499d12624eb94f4f7f356c3d8259298a33928d
3
+ metadata.gz: 735e60d6ae8645a10a4717cb8744eeef20901331511f845ad4676677390d5bca
4
+ data.tar.gz: b6a8f6211b2b864eb451a8b534ccbca71a4cfaab64c97d30c1d17e6bd858362a
5
5
  SHA512:
6
- metadata.gz: 3abfd124602d73469da64319cf250d8d1acb5c3963f056219429d3d19b003c4335f60b64146486f0b379eb399c855cf634380bfd35ca40f39adccbf654cf9033
7
- data.tar.gz: 821a798e0c4abb184def04b8b9ce0beeddea987377b48b24bb8d7c1f1b99858605214e173275aca44f9a7042134f766b0b5ada382b5a80a297f1339a1cefe0eb
6
+ metadata.gz: 12ffb180c70b90a74b02d89014113624f3a97b2d233fef930d0dab047ad55bb287bcbbcba5823db644385872cd43195cd7f75a6014c433e6e2e0b2a8a5ba0c46
7
+ data.tar.gz: ffb73985026861cee4ed6a169032fca2b9dd1e301457d8d9aa40b68cf67be38e0736f7bf0a10bdd75da37acdb10a26e8534a10a6c3db54d405bdc8a3f193da01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.4
4
+
5
+ * Fix title_bar (again).
6
+
3
7
  ## 1.1.3
4
8
 
5
9
  * Fix title_bar horizontal scroll.
@@ -1,13 +1,20 @@
1
1
  /* BUTTONS IN THE TITLE BAR */
2
2
  #title_bar {
3
+ &:after {
4
+ display: none;
5
+ }
6
+
7
+ #titlebar_right {
8
+ height: auto !important;
9
+ }
10
+
3
11
  .action_items {
4
12
  height: 100%;
5
13
  display: flex;
6
14
  align-items: center;
7
-
8
- &::after {
9
- display: none;
10
- }
15
+ flex-wrap: wrap;
16
+ justify-content: end;
17
+ row-gap: 0.25rem;
11
18
 
12
19
  span.action_item > a {
13
20
  background: $bg-white;
@@ -24,6 +24,8 @@
24
24
  }
25
25
 
26
26
  #titlebar_left {
27
+ height: auto !important;
28
+
27
29
  .breadcrumb .breadcrumb_sep {
28
30
  color: $global-text-color;
29
31
  }
@@ -1,3 +1,3 @@
1
1
  module LightAdmin
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: light_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marie Ishihara
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2024-10-16 00:00:00.000000000 Z
13
+ date: 2024-10-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activeadmin