File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,19 @@ const HamburgerMenu = createMenu({
56
56
key = "social"
57
57
>
58
58
< a
59
- className = "u__icon"
59
+ className = "u__icon top-bar__menu-item-icon "
60
60
href = "https://github.com/popcodeorg/popcode"
61
61
rel = "noopener noreferrer"
62
62
target = "_blank"
63
63
> </ a >
64
64
< a
65
- className = "u__icon"
65
+ className = "u__icon top-bar__menu-item-icon "
66
66
href = "https://twitter.com/popcodeorg"
67
67
rel = "noopener noreferrer"
68
68
target = "_blank"
69
69
> </ a >
70
70
< a
71
- className = "u__icon"
71
+ className = "u__icon top-bar__menu-item-icon "
72
72
href = "https://slack.popcode.org/"
73
73
rel = "noopener noreferrer"
74
74
target = "_blank"
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ body {
195
195
min-width : 100% ;
196
196
max-height : 50vh ;
197
197
max-width : 30em ;
198
- overflow : scroll ;
198
+ overflow : auto ;
199
199
}
200
200
201
201
.top-bar__menu-item {
@@ -212,11 +212,14 @@ body {
212
212
}
213
213
214
214
.top-bar__menu-item_icons {
215
- letter-spacing : 1.5em ;
216
- margin-right : -1.5em ;
217
215
text-align : center;
218
216
}
219
217
218
+ .top-bar__menu-item-icon {
219
+ padding-left : 0.75em ;
220
+ padding-right : 0.75em ;
221
+ }
222
+
220
223
.top-bar__menu-item : hover ,
221
224
.top-bar__menu-item_active {
222
225
background-color : var (--color-low-contrast-gray );
You can’t perform that action at this time.
0 commit comments