File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 8585 />
8686 </ svg >
8787 </ div >
88- < footer >
88+ < footer >
8989 < div id ="monsterBlock ">
9090 < div id ="svgGreen " class ="monster-btn ">
9191 < svg viewBox ="0 0 249.6 251.4 ">
421421 rx ="4.8 "
422422 ry ="4.8 "
423423 />
424- < circle style ="fill: #ffffff " cx ="129.5 " cy ="65.1 " r ="1.1 " />
424+ < circle
425+ style ="fill: #ffffff "
426+ cx ="129.5 "
427+ cy ="65.1 "
428+ r ="1.1 "
429+ />
425430 </ g >
426431 </ g >
427432 </ svg >
716721 type ="text "
717722 class ="input-group-input "
718723 id ="customMessage "
719- placeholder ="輸入文字 "
724+ placeholder ="Input text "
720725 />
721726 < button class ="input-group-button "> Send</ button >
722727 </ div >
Original file line number Diff line number Diff line change 381381 }
382382
383383 // 處理中間圖片跟隨視窗大小移動位置
384- window . addEventListener ( 'resize' , imgPosition ) ;
384+ window . addEventListener ( 'resize' , ( ) => {
385+ kebbi . classList . remove ( 'reset' ) ;
386+ imgPosition ( ) ;
387+ } ) ;
385388
386389} ( ) ;
Original file line number Diff line number Diff line change 380380 }
381381
382382 // 處理中間圖片跟隨視窗大小移動位置
383- window . addEventListener ( 'resize' , imgPosition ) ;
383+ window . addEventListener ( 'resize' , ( ) => {
384+ kebbi . classList . remove ( 'reset' ) ;
385+ imgPosition ( ) ;
386+ } ) ;
384387
385388} ( ) ;
You can’t perform that action at this time.
0 commit comments