@internetarchive/ia-topnav 1.3.1-alpha6 → 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 +1 -1
- package/src/styles/primary-nav.js +5 -10
- package/src/styles/user-menu.js +2 -2
package/package.json
CHANGED
|
@@ -151,14 +151,13 @@ export default css`
|
|
|
151
151
|
|
|
152
152
|
.screen-name {
|
|
153
153
|
display: none;
|
|
154
|
-
font-size: 1.
|
|
154
|
+
font-size: 1.4rem;
|
|
155
|
+
padding-left: 0.5rem;
|
|
155
156
|
vertical-align: middle;
|
|
156
157
|
text-transform: uppercase;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
.user-menu {
|
|
160
|
-
height: 100%;
|
|
161
|
-
padding: 0.5rem 1rem;
|
|
162
161
|
color: var(--lightTextColor);
|
|
163
162
|
}
|
|
164
163
|
|
|
@@ -173,8 +172,8 @@ export default css`
|
|
|
173
172
|
|
|
174
173
|
.user-menu img {
|
|
175
174
|
display: block;
|
|
176
|
-
width:
|
|
177
|
-
height:
|
|
175
|
+
width: 3rem;
|
|
176
|
+
height: 3rem;
|
|
178
177
|
}
|
|
179
178
|
|
|
180
179
|
.link-home {
|
|
@@ -234,11 +233,7 @@ export default css`
|
|
|
234
233
|
|
|
235
234
|
.user-info {
|
|
236
235
|
float: right;
|
|
237
|
-
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.user-menu {
|
|
241
|
-
padding-top: 0;
|
|
236
|
+
margin-top: 1rem;
|
|
242
237
|
}
|
|
243
238
|
|
|
244
239
|
.user-menu.active {
|
package/src/styles/user-menu.js
CHANGED
|
@@ -5,7 +5,7 @@ export default css`
|
|
|
5
5
|
.initial,
|
|
6
6
|
.closed,
|
|
7
7
|
.open {
|
|
8
|
-
right:
|
|
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:
|
|
22
|
+
right: 26.5rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.search-hidden.initial,
|