Skip to content

Commit

Permalink
Fix prediction table on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jun 29, 2024
1 parent 0686d00 commit 9ae2ca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/app.view.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@media all and (max-width: 900px) {
[optimade_tmdne_app_param_mae], [optimade_tmdne_app_param_name] { display: none; }
}
4 changes: 2 additions & 2 deletions app/app.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ $optimade_tmdne_app $mol_view
<= Param* $mol_view
sub /
<= Param_name* $mol_paragraph
minimal_height 16
minimal_height 24
title <= param_name* \
<= Param_symbol_html* $optimade_tmdne_html_view
html <= param_symbol* \
\=
<= Param_value* $mol_view
minimal_height 16
minimal_height 24
sub /
<= param_value* \
<= Param_unit* $optimade_tmdne_html_view
Expand Down

0 comments on commit 9ae2ca7

Please sign in to comment.