@internetarchive/collection-browser 2.18.3-alpha-webdev7768.2 → 2.18.3-alpha-webdev7768.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.
@@ -2070,7 +2070,7 @@ let CollectionBrowser = class CollectionBrowser extends LitElement {
2070
2070
  .mobile #left-column {
2071
2071
  width: 100%;
2072
2072
  min-width: 0;
2073
- padding: 0;
2073
+ padding: 5px 0;
2074
2074
  border: 0;
2075
2075
  }
2076
2076
 
@@ -2143,9 +2143,8 @@ let CollectionBrowser = class CollectionBrowser extends LitElement {
2143
2143
  }
2144
2144
 
2145
2145
  .mobile #results-total {
2146
- float: right;
2147
- margin-bottom: 0;
2148
- margin-right: 5px;
2146
+ position: absolute;
2147
+ right: 10px;
2149
2148
  }
2150
2149
 
2151
2150
  #big-results-count {