File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2015,7 +2015,9 @@ in storage.js
2015
2015
}
2016
2016
2017
2017
.scraped-example .code-wrapper .example-wrap {
2018
- flex : 1 ;
2018
+ display : grid;
2019
+ grid-template-columns : max-content auto;
2020
+ width : 100% ;
2019
2021
overflow-x : auto;
2020
2022
overflow-y : hidden;
2021
2023
margin-bottom : 0 ;
Original file line number Diff line number Diff line change 57
57
} ) ;
58
58
} ) ;
59
59
60
- example . querySelector ( "next" )
60
+ example . querySelector ( ". next" )
61
61
. addEventListener ( "click" , ( ) => {
62
62
onChangeLoc ( ( ) => {
63
63
locIndex = ( locIndex + 1 ) % locs . length ;
Original file line number Diff line number Diff line change @@ -130,4 +130,4 @@ static_files! {
130
130
nanum_barun_gothic_license => "static/fonts/NanumBarunGothic-LICENSE.txt" ,
131
131
}
132
132
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