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

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-alpha6",
3
+ "version": "1.3.1-alpha7",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
@@ -151,14 +151,12 @@ export default css`
151
151
 
152
152
  .screen-name {
153
153
  display: none;
154
- font-size: 1.3rem;
154
+ font-size: 1.4rem;
155
155
  vertical-align: middle;
156
156
  text-transform: uppercase;
157
157
  }
158
158
 
159
159
  .user-menu {
160
- height: 100%;
161
- padding: 0.5rem 1rem;
162
160
  color: var(--lightTextColor);
163
161
  }
164
162
 
@@ -173,8 +171,8 @@ export default css`
173
171
 
174
172
  .user-menu img {
175
173
  display: block;
176
- width: 30px;
177
- height: 30px;
174
+ width: 3rem;
175
+ height: 3rem;
178
176
  }
179
177
 
180
178
  .link-home {
@@ -234,11 +232,7 @@ export default css`
234
232
 
235
233
  .user-info {
236
234
  float: right;
237
- padding-top: 1rem;
238
- }
239
-
240
- .user-menu {
241
- padding-top: 0;
235
+ margin-top: 1rem;
242
236
  }
243
237
 
244
238
  .user-menu.active {