@appartmint/mint 1.0.10 → 1.0.14

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.
package/dist/css/mint.css CHANGED
@@ -901,6 +901,7 @@ app-footer::before {
901
901
  padding: 0.75rem;
902
902
  margin: 0.25rem 0;
903
903
  line-height: 1;
904
+ font-size: 4em;
904
905
  }
905
906
  #mint-header.mint-tray #mint-wrapper nav > ul {
906
907
  flex-direction: column;
@@ -1667,6 +1668,19 @@ textarea {
1667
1668
  filter: opacity(1);
1668
1669
  }
1669
1670
 
1671
+ .mint-array-item {
1672
+ display: flex;
1673
+ align-items: center;
1674
+ justify-content: flex-end;
1675
+ gap: 0.5rem;
1676
+ }
1677
+ .mint-array-item :first-child {
1678
+ flex-grow: 1;
1679
+ }
1680
+ .mint-array-item :last-child {
1681
+ flex-shrink: 0;
1682
+ }
1683
+
1670
1684
  .mint-pad-auto {
1671
1685
  padding-left: auto;
1672
1686
  padding-right: auto;