@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 +1 -1
- package/src/styles/primary-nav.js +4 -10
package/package.json
CHANGED
|
@@ -151,14 +151,12 @@ export default css`
|
|
|
151
151
|
|
|
152
152
|
.screen-name {
|
|
153
153
|
display: none;
|
|
154
|
-
font-size: 1.
|
|
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:
|
|
177
|
-
height:
|
|
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
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.user-menu {
|
|
241
|
-
padding-top: 0;
|
|
235
|
+
margin-top: 1rem;
|
|
242
236
|
}
|
|
243
237
|
|
|
244
238
|
.user-menu.active {
|