1212 <div class =" navigator-card" >
1313 <div class =" head-wrapper" >
1414 <button class =" close-card-mobile" @click =" $emit('close')" >
15- <InlineCloseIcon class =" icon-inline close-icon" />
15+ <SidenavIcon class =" icon-inline close-icon" />
1616 </button >
1717 <Reference :url =" technologyPath" class =" navigator-head" :id =" INDEX_ROOT_KEY" >
1818 <NavigatorLeafIcon :type =" type" with-colors class =" card-icon" />
@@ -86,7 +86,7 @@ import { INDEX_ROOT_KEY, SIDEBAR_ITEM_SIZE } from 'docc-render/constants/sidebar
8686import { safeHighlightPattern } from ' docc-render/utils/search-utils' ;
8787import NavigatorLeafIcon from ' docc-render/components/Navigator/NavigatorLeafIcon.vue' ;
8888import NavigatorCardItem from ' docc-render/components/Navigator/NavigatorCardItem.vue' ;
89- import InlineCloseIcon from ' theme/components/Icons/InlineCloseIcon .vue' ;
89+ import SidenavIcon from ' theme/components/Icons/SidenavIcon .vue' ;
9090import FilterIcon from ' theme/components/Icons/FilterIcon.vue' ;
9191import ClearRoundedIcon from ' theme/components/Icons/ClearRoundedIcon.vue' ;
9292import Reference from ' docc-render/components/ContentNode/Reference.vue' ;
@@ -109,7 +109,7 @@ export default {
109109 components: {
110110 ClearRoundedIcon,
111111 FilterIcon,
112- InlineCloseIcon ,
112+ SidenavIcon ,
113113 NavigatorCardItem,
114114 NavigatorLeafIcon,
115115 RecycleScroller,
@@ -519,8 +519,13 @@ $navigator-card-vertical-spacing: 8px !default;
519519 background : var (--color-fill-gray-quaternary );
520520 }
521521
522- @include breakpoint (small ) {
522+ @include breakpoint (medium , nav ) {
523523 justify-content : center ;
524+ padding : 14px $navigator-card-horizontal-spacing ;
525+ }
526+
527+ @include breakpoint (small , nav ) {
528+ padding : 12px $navigator-card-horizontal-spacing ;
524529 }
525530 }
526531
@@ -529,7 +534,7 @@ $navigator-card-vertical-spacing: 8px !default;
529534 height : 19px ;
530535 }
531536
532- @include breakpoint (small ) {
537+ @include breakpoint (medium , nav ) {
533538 .filter-wrapper {
534539 order : 2 ;
535540 }
@@ -548,18 +553,23 @@ $navigator-card-vertical-spacing: 8px !default;
548553.close-card-mobile {
549554 display : none ;
550555 position : absolute ;
551- left : 20px ;
552556 top : 50% ;
553557 z-index : 1 ;
554558 transform : translateY (-50% );
555559 color : var (--color-link );
556560
557- @include breakpoint (small ) {
561+ @include breakpoint (medium , nav ) {
558562 display : flex ;
563+ left : $nav-padding-wide ;
564+ }
565+
566+ @include breakpoint (small , nav ) {
567+ left : $nav-padding-small ;
559568 }
560569
561570 .close-icon {
562- width : 1em ;
571+ width : 19px ;
572+ height : 19px ;
563573 }
564574}
565575
@@ -572,7 +582,7 @@ $navigator-card-vertical-spacing: 8px !default;
572582 padding-right : 0 ;
573583 flex : 1 1 auto ;
574584 min-height : 0 ;
575- @include breakpoint (small ) {
585+ @include breakpoint (medium , nav ) {
576586 --card-horizontal-spacing : 20px ;
577587 --card-vertical-spacing : 0px ;
578588 }
@@ -589,7 +599,7 @@ $navigator-card-vertical-spacing: 8px !default;
589599 padding : 14px 30px ;
590600 border-top : 1px solid var (--color-grid );
591601
592- @include breakpoint (small ) {
602+ @include breakpoint (medium , nav ) {
593603 border : none ;
594604 padding : 10px 20px ;
595605 }
0 commit comments