File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ html.is-clipped--nav {
191
191
flex-shrink : 0 ;
192
192
color : var (--nav-muted-color );
193
193
box-shadow : 0 -1px 0 var (--nav-panel-divider-color );
194
- padding : 0 0.25 rem 0 0. 5rem ;
194
+ padding : 0 0.5rem ;
195
195
display : flex;
196
196
align-items : center;
197
197
justify-content : space-between;
@@ -201,11 +201,15 @@ html.is-clipped--nav {
201
201
}
202
202
203
203
.nav-panel-explore .context .version {
204
- background-image : url(../ img/chevron.svg);
205
- background-repeat : no-repeat;
206
- background-position : right 0.5rem top 50% ;
207
- background-size : auto 0.75em ;
208
- padding : 0 1.5rem 0 0 ;
204
+ display : flex;
205
+ align-items : inherit;
206
+ }
207
+
208
+ .nav-panel-explore .context .version ::after {
209
+ content : "" ;
210
+ background : url(../ img/chevron.svg) no-repeat center right / auto 100% ;
211
+ width : 1.25em ;
212
+ height : 0.75em ;
209
213
}
210
214
211
215
.nav-panel-explore .components {
You can’t perform that action at this time.
0 commit comments