File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- < header >
1
+ < header class =" scroll " >
2
2
< div class ="logo ">
3
3
< div class ="appIconShadow ">
4
4
< svg width ="0 " height ="0 ">
22
22
{% if site.presskit_download_link %}
23
23
< li > < a href ="{{ site.presskit_download_link }} "> Press Kit</ a > </ li >
24
24
{% endif %}
25
+ < li > < a href ="{{ page.url | relative_url }} "> What's New</ a > </ li >
25
26
</ ul >
26
27
</ nav >
27
28
</ header >
Original file line number Diff line number Diff line change @@ -83,19 +83,31 @@ header {
83
83
display : flex ;
84
84
}
85
85
86
+ .scroll {
87
+ white-space : nowrap ; /* [1] */
88
+ overflow-x : auto ; /* [2] */
89
+ -webkit-overflow-scrolling : touch ; /* [3] */
90
+ -ms-overflow-style : -ms-autohiding-scrollbar ; /* [4] */
91
+ }
92
+
93
+ .scroll ::-webkit-scrollbar {
94
+ display : none ;
95
+ }
96
+
86
97
.logo {
87
98
display : flex ;
88
99
width : 100% ;
89
100
justify-content : flex-start ;
90
101
align-items : center ;
91
102
height : 115px ;
103
+ margin-right : 30px ;
92
104
}
93
105
94
106
.logo > p {
95
107
color : $header-title-color ;
96
108
display : flex ;
97
109
font-weight : bold ;
98
- padding-bottom : 1 px ;
110
+ padding-bottom : 0 px ;
99
111
}
100
112
101
113
.headerIcon {
@@ -124,7 +136,7 @@ nav > ul {
124
136
}
125
137
126
138
nav > ul li {
127
- padding-left : 50 px ;
139
+ padding-left : 30 px ;
128
140
text-align : right ;
129
141
}
130
142
You can’t perform that action at this time.
0 commit comments