File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ wa-page.spec-up-shell[view='desktop']::part(navigation) {
542542 align-items : center;
543543 flex-wrap : nowrap;
544544 justify-content : flex-end;
545- gap : 0.65 rem ;
545+ gap : 0.75 rem ;
546546 margin-left : auto;
547547}
548548
@@ -1214,6 +1214,10 @@ wa-page.spec-up-shell[view='desktop'] [data-toggle-nav] {
12141214 display : none;
12151215}
12161216
1217+ .spec-up-nav-toggle wa-icon {
1218+ font-size : 1.25rem ;
1219+ }
1220+
12171221wa-page .spec-up-shell [view = 'mobile' ] {
12181222 --menu-width : 0 ;
12191223}
Original file line number Diff line number Diff line change @@ -740,10 +740,6 @@ import mermaid from 'mermaid';
740740 if ( drawer ) {
741741 drawer . addEventListener ( 'wa-after-show' , ( ) => {
742742 ensureBaseIssuesLoaded ( ) ;
743-
744- if ( typeof searchInput . focus === 'function' ) {
745- searchInput . focus ( ) ;
746- }
747743 scheduleLoadMoreCheck ( ) ;
748744 } ) ;
749745 }
You can’t perform that action at this time.
0 commit comments