File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1717 <ModuleSelect bind:selectedValue ={module } />
1818 <br />
1919 <div class =" module" >
20- <iframe name ="visualisationFrame" bind:this ={iframe } src ={module } title =" App window" />
20+ <iframe name ="visualisationFrame" bind:this ={iframe } src ={module } title =" App window" frameborder =0 scrolling = " no " />
2121 </div >
2222 </Col >
2323 </Grid >
7373 top : 0 ;
7474 width : 100% ;
7575 }
76- :global(.modal-fs .modal-container .modal-body .columns hr ) {
77- font-weight : bold ;
76+ :global(.modal-fs .modal-container .modal-body .columns hr )::after {
77+ font-size : 1.5 em ;
7878 }
7979 </style >
Original file line number Diff line number Diff line change 9090
9191 function getTitle(item : Types .Structure ) {
9292 return addSubTags (
93- item .attributes .chemical_formula_hill || item .attributes ._tcod_unreduced_formula || item .attributes .chemical_formula_reduced || item .id
93+ item .attributes .chemical_formula_hill || item .attributes .chemical_formula_descriptive || item .attributes .chemical_formula_reduced || item .attributes . _tcod_unreduced_formula || item . id . toString ()
9494 );
9595 }
9696
Original file line number Diff line number Diff line change 11[
22 " https://tilde-lab.github.io/cifplayer/player.html" ,
3- " https://tilde-lab.github.io/chemdoodle-optimade-app/" ,
4- " https://tilde-lab.github.io/jsmol-optimade-app/"
3+ " https://tilde-lab.github.io/chemdoodle-optimade-app/"
54]
You can’t perform that action at this time.
0 commit comments