jclib-ui 1.0.150 → 1.0.151

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.
@@ -8151,7 +8151,10 @@ const ContainerFixed = styled.div`
8151
8151
  }
8152
8152
 
8153
8153
  @media (max-width: 575px) {
8154
- padding-top: ${(props) => props.alignTop ? "45px" : "0"};
8154
+ padding-top: 0;
8155
+ align-items: center;
8156
+ justify-content: center;
8157
+ padding-bottom: 0;
8155
8158
 
8156
8159
  & > .mod-panel > .modal--content {
8157
8160
  ${(p2) => p2.alignTop ? "max-height: calc(100vh - 110px);" : ""}