Skip to content

Commit

Permalink
dont do when printing or publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 3, 2024
1 parent 826ce2e commit e408b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/hide-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pluto-runarea,
.MJX_ToolTip,
.MJX_HoverRegion,
.MJX_LiveRegion,
.dont-panic,
nav#undo_delete {
display: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions frontend/treeview.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ jlerror .dont-panic {
transform: rotate(6deg);
}

body.disable_ui jlerror .dont-panic {
display: none;
}

table.pluto-table {
table-layout: fixed;
}
Expand Down

0 comments on commit e408b1f

Please sign in to comment.