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 {
191191 flex-shrink : 0 ;
192192 color : var (--nav-muted-color );
193193 box-shadow : 0 -1px 0 var (--nav-panel-divider-color );
194- padding : 0 0.25 rem 0 0. 5rem ;
194+ padding : 0 0.5rem ;
195195 display : flex;
196196 align-items : center;
197197 justify-content : space-between;
@@ -201,11 +201,15 @@ html.is-clipped--nav {
201201}
202202
203203.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 ;
209213}
210214
211215.nav-panel-explore .components {
You can’t perform that action at this time.
0 commit comments