File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
routes/page/agent/[embed]/[embedType] Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 434434
435435.embedding-container {
436436 padding : 0px ;
437- height : calc (100vh - #{$header-height } - #{$grid-gutter-width } - #{$footer-height } );
437+ height : calc (100vh - #{$header-height } - #{$grid-gutter-width } - 0.2 * #{$footer-height } );
438438 width : calc (100% + #{$grid-gutter-width } * 2 );
439439 margin-left : calc (-1 * (#{$grid-gutter-width } * 0.75 + #{$grid-gutter-width } * 0.5 ));
440440 margin-right : calc (-1 * (#{$grid-gutter-width } * 0.75 + #{$grid-gutter-width } * 0.5 ));
Original file line number Diff line number Diff line change 33 import { page } from ' $app/stores' ;
44 import lodash from ' lodash' ;
55 import HeadTitle from " $lib/common/shared/HeadTitle.svelte" ;
6- import Breadcrumb from ' $lib/common/shared/Breadcrumb.svelte' ;
76 import EmbeddingPage from ' $lib/common/embedding/EmbeddingPage.svelte' ;
87
98 /** @type {string?} */
109 let label = ' ' ;
1110 </script >
1211
12+ <svelte:head >
13+ <style >
14+ .footer { display : none !important ; }
15+ </style >
16+ </svelte:head >
17+
1318<HeadTitle title =" {$_ (label || ' Agent' )}" addOn ={` ${lodash .capitalize ($page .params .embed || ' ' )} ` } />
14- <Breadcrumb title =" {$_ (' Agent' )}" pagetitle =" {$_ (label || ' Agent' )}" />
1519
1620<EmbeddingPage
1721 htmlTagId =" agent-embed-content"
You can’t perform that action at this time.
0 commit comments