This repository was archived by the owner on Aug 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +45
-13
lines changed Expand file tree Collapse file tree 9 files changed +45
-13
lines changed Original file line number Diff line number Diff line change 11.breadcrumbs {
22 display : none;
33 flex : 1 1 ;
4- padding : 0 0 .5rem 0 0.75 rem ;
4+ padding-right : 0.5rem ;
55 line-height : var (--nav-line-height );
66 color : var (--breadcrumbs-font-color );
77}
@@ -29,7 +29,7 @@ a + .breadcrumbs {
2929 margin : 0 ;
3030}
3131
32- .breadcrumbs li ::after {
32+ .breadcrumbs li ::before {
3333 content : "/" ;
3434 padding : 0 0.5rem ;
3535}
Original file line number Diff line number Diff line change 8787} */
8888
8989.pencil {
90- /*
91- background-image: url(../img/pencil-filled.svg);
92- */
90+ fill : var (--color-athens-white );
91+ }
92+
93+ .heart {
9394 fill : var (--color-athens-white );
9495}
9596
Original file line number Diff line number Diff line change 246246 background-repeat : no-repeat;
247247 height : 1rem ;
248248 width : 1rem ;
249+ padding : 0 0.75rem ;
250+ vertical-align : text-bottom;
251+ }
252+
253+ .heart {
254+ background-image : url(../ img/heart.svg);
255+ background-repeat : no-repeat;
256+ height : 1rem ;
257+ width : 1rem ;
249258 padding : 0 1em ;
250- vertical-align : middle ;
259+ vertical-align : text-bottom ;
251260}
252261
253262.navbar-end .navbar-item .navbar-dropdown {
274283}
275284
276285.edit-this-page : hover a {
277- color : var (--color-ultramarine-blue );
286+ /* color: var(--color-ultramarine-blue); */
278287 text-decoration : none;
279288}
280289
Original file line number Diff line number Diff line change 6666@media screen and (min-width : 1024px ) {
6767 .home-link {
6868 margin : calc (var (--toolbar-height ) / 4 );
69+ margin-right : 0
6970 }
7071 .edit-this-page {
7172 display : block;
Original file line number Diff line number Diff line change 1414 }
1515
1616 for ( var i = 0 ; i < images . length ; i ++ ) {
17- if ( ! ( images [ i ] . classList . contains ( 'copy-icon' ) || images [ i ] . classList . contains ( 'pencil' ) || hasParentClass ( images [ i ] , 'overview-box' ) ) ) {
17+ if ( ! ( images [ i ] . classList . contains ( 'copy-icon' ) || images [ i ] . classList . contains ( 'pencil' ) || images [ i ] . classList . contains ( 'heart' ) || hasParentClass ( images [ i ] , 'overview-box' ) ) ) {
1818 images [ i ] . setAttribute ( 'data-zoomable' , 'true' )
1919 }
2020 }
Original file line number Diff line number Diff line change 11<nav class =" breadcrumbs" aria-label =" breadcrumbs" >
22 {{ #if page.breadcrumbs }}
33 <ul >
4- {{ #with page.componentVersion }}
4+ {{!-- {{ #with page.componentVersion}}
55 {{#if (and ./title (ne ./title @root .page.breadcrumbs.0.content))}}
66 <li><a href="{{{relativize ./url}}}">{{{./title}}}</a></li>
77 {{/if}}
8- {{ /with }}
8+ {{/with}} --}}
99 {{ #each page.breadcrumbs }}
1010 <li >
1111 {{ ~#if (and ./url (eq ./urlType ' internal' ))~}}
Original file line number Diff line number Diff line change 11<div class =" toolbar" role =" navigation" >
22 {{!-- {{> nav-toggle}} --}}
3- <div class =" components-versions desktop-only" >
3+ {{!-- <div class="components-versions desktop-only"> --}}
44 {{!-- {{> top-components}}
55 <span></span>
66 {{> page-versions}} --}}
7- </div >
7+ {{!-- </div> --}}
88 <span ></span >
99 <span ></span >
1010 {{ #with site.homeUrl }}
1818 </div >
1919 {{ /if }}
2020 <div class =" edit-this-page" >
21- <a href =" {{ page.editUrl }} " ><img class =" pencil" >Edit this Page</a >
21+ <a href =' https://github.com/starknet-io/starknet-docs/issues/new?assignees=landauraz&title=Feedback for "{{ page.title }} "' target =" _blank" ><img class =" heart" >Share feedback</a >
22+ </div >
23+ <div class =" edit-this-page" >
24+ <a href =" {{ page.editUrl }} " target =" _blank" ><img class =" pencil" >Edit content</a >
2225 </div >
2326</div >
You can’t perform that action at this time.
0 commit comments