File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2015,7 +2015,9 @@ in storage.js
20152015}
20162016
20172017.scraped-example .code-wrapper .example-wrap {
2018- flex : 1 ;
2018+ display : grid;
2019+ grid-template-columns : max-content auto;
2020+ width : 100% ;
20192021 overflow-x : auto;
20202022 overflow-y : hidden;
20212023 margin-bottom : 0 ;
Original file line number Diff line number Diff line change 5757 } ) ;
5858 } ) ;
5959
60- example . querySelector ( "next" )
60+ example . querySelector ( ". next" )
6161 . addEventListener ( "click" , ( ) => {
6262 onChangeLoc ( ( ) => {
6363 locIndex = ( locIndex + 1 ) % locs . length ;
Original file line number Diff line number Diff line change @@ -130,4 +130,4 @@ static_files! {
130130 nanum_barun_gothic_license => "static/fonts/NanumBarunGothic-LICENSE.txt" ,
131131}
132132
133- pub ( crate ) static SCRAPE_EXAMPLES_HELP_MD : & str = include_str ! ( "static/js/ scrape-examples.js " ) ;
133+ pub ( crate ) static SCRAPE_EXAMPLES_HELP_MD : & str = include_str ! ( "static/scrape-examples-help.md " ) ;
You can’t perform that action at this time.
0 commit comments