File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed
Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sub-store-front-end" ,
3- "version" : " 2.15.62 " ,
3+ "version" : " 2.15.63 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " vite --host" ,
Original file line number Diff line number Diff line change 371371
372372<style lang="scss">
373373 .artifact-panel {
374+ min-width : 350px ;
374375 .include-unsupported-proxy-wrapper {
375376 flex-direction : row ;
376377 display : flex ;
394395 }
395396 }
396397 .nut-dialog {
398+ width : 100% ;
397399 .nut-dialog__content {
398400 max-height : 72vh !important ;
399401
Original file line number Diff line number Diff line change @@ -355,7 +355,39 @@ const copyUrl = async () => {
355355 overflow-x : hidden ;
356356 overflow-y : auto ;
357357 -webkit-overflow-scrolling : touch ;
358+ display : flex ;
359+ flex-direction : column ;
360+ align-items : center ;
358361 background : var (--background-color );
362+ .cmviewRef {
363+ width : 100% ;
364+ }
365+ @media screen and (min-width : 768px ) {
366+ .compare-page-header ,
367+ .compare-page-body ,
368+ .cmviewRef {
369+ width : 85% ;
370+ max-width : 800px ;
371+ }
372+ }
373+
374+ @media screen and (min-width : 900px ) {
375+ .compare-page-header ,
376+ .compare-page-body ,
377+ .cmviewRef {
378+ width : 80% ;
379+ max-width : 900px ;
380+ }
381+ }
382+
383+ @media screen and (min-width : 1200px ) {
384+ .compare-page-header ,
385+ .compare-page-body ,
386+ .cmviewRef {
387+ width : 75% ;
388+ max-width : 1000px ;
389+ }
390+ }
359391}
360392
361393.divider ,
You can’t perform that action at this time.
0 commit comments