active_frontend 16.2.0 → 16.2.1
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:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: e02cc189b83767af669e0eb98c7f73dd727f3b7f911900bcaf184992989be23e
         | 
| 4 | 
            +
              data.tar.gz: bee683e8ec7007fa4b3482ae8896bada7a6b11ece08609ddb7ad75b2a996d289
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 6a12d82f1e80b43b9e6ca8bcaa5d67253a1d04c86a382aad2a27234d778de9791c0104c1158e8ba4ec3b2af18fb73170a7f77c567464da2d2cc886fbce345643
         | 
| 7 | 
            +
              data.tar.gz: 8b46d07611d18f8e8b40f13b4ea05a7937de803e9bb33b4493b57fc3e585810c7cca916eee55b6d26f1634250b8690980ac8eb152b5db2e07c99e5120c16a4be
         | 
| @@ -141,7 +141,7 @@ | |
| 141 141 | 
             
              .modal { width: calc(100% - 20px); }
         | 
| 142 142 | 
             
              .modal-body { max-height: 280px; }
         | 
| 143 143 | 
             
            }
         | 
| 144 | 
            -
            @media only screen and (min-width:  | 
| 144 | 
            +
            @media only screen and (min-width: breakpoint-half-width(b)) and (max-width: breakpoint-max-width(s)) {
         | 
| 145 145 | 
             
              .modal { width: calc(100% - 120px); }
         | 
| 146 146 | 
             
              .modal-body { max-height: 140px; }
         | 
| 147 147 | 
             
            }
         |