@internetarchive/ia-topnav 1.3.1-alpha7 → 1.3.1-alpha8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.3.1-alpha7",
3
+ "version": "1.3.1-alpha8",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
@@ -152,6 +152,7 @@ export default css`
152
152
  .screen-name {
153
153
  display: none;
154
154
  font-size: 1.4rem;
155
+ padding-left: 0.5rem;
155
156
  vertical-align: middle;
156
157
  text-transform: uppercase;
157
158
  }
@@ -5,7 +5,7 @@ export default css`
5
5
  .initial,
6
6
  .closed,
7
7
  .open {
8
- right: 21.3rem;
8
+ right: 21rem;
9
9
  }
10
10
 
11
11
  .search-hidden.initial,
@@ -19,7 +19,7 @@ export default css`
19
19
  .initial,
20
20
  .closed,
21
21
  .open {
22
- right: 27.5rem;
22
+ right: 26.5rem;
23
23
  }
24
24
 
25
25
  .search-hidden.initial,