File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -448,11 +448,13 @@ export default class RapiDoc extends LitElement {
448
448
navBarTemplate ( ) {
449
449
return html `
450
450
< div class ='nav-bar '>
451
+ < div style ="padding:16px 30px 0 16px; ">
452
+ < slot name ="nav-logo " class ="logo "> </ slot >
453
+ </ div >
451
454
${ ( this . allowSearch === 'false' )
452
455
? ''
453
456
: html `
454
- < div style ="position:sticky; top:0; display:flex; flex-direction:row; align-items: stretch; padding:16px 30px 16px 16px; background: var(--nav-bg-color); ">
455
- < slot name ="nav-logo " class ="logo "> </ slot >
457
+ < div style ="position:sticky; top:0; display:flex; flex-direction:row; align-items: stretch; padding:16px 30px 16px 16px; background: var(--nav-bg-color); ">
456
458
< div style ="display:flex; flex:1 ">
457
459
< input id ="nav-bar-search "
458
460
style ="width:100%; padding-right:20px; color:var(--nav-hover-text-color); border-color:var(--nav-accent-color); background-color:var(--nav-hover-bg-color) "
You can’t perform that action at this time.
0 commit comments