Skip to content

Commit

Permalink
Change fullscreen setup
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jan 14, 2025
1 parent 8381b2c commit d4e8224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
10 changes: 0 additions & 10 deletions plot/plot.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ namespace $.$$ {

$mol_style_define( $mpds_visavis_plot, {

Fullscreen: {
position: 'absolute',
right: 0,
Icon: {
width: '1.5rem',
height: '1.5rem',
},
zIndex: 5,
},

Demo_warn: {
position: 'absolute',
left: 0,
Expand Down
8 changes: 3 additions & 5 deletions plot/plot.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $mpds_visavis_plot $mol_view
attr *
^
mol_theme \$mol_theme_light
fullscreen <= fullscreen?
fullscreen? true
Locale $mol_locale_select
value <= locale \en
json_request? null
Expand All @@ -14,9 +14,7 @@ $mpds_visavis_plot $mol_view
plot_raw null
show_setup false
notify? null
Fullscreen $mol_check
Icon <= Expand_icon $mol_icon_arrow_expand_all
checked? <=> fullscreen? false
Fullscreen null
show_demo_warn? false
Demo_warn $mol_paragraph
title \You are using the limited demo. Buy the full access and support our work.
Expand All @@ -25,7 +23,7 @@ $mpds_visavis_plot $mol_view
plot_raw <= plot_raw
multi_jsons <= multi_jsons
show_setup <= show_setup
nonformers_checked? <=> nonformers_checked? false
nonformers_checked? <=> nonformers_checked? true
fixel_checked? <=> matrix_fixel_checked? true
x_op? => matrix_x_op?
y_op? => matrix_y_op?
Expand Down

0 comments on commit d4e8224

Please sign in to comment.