Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ability to resize the left read pane and the right word and dict panes by dragging their borders.
Some code related to the "text width" functionality has been moved from
text-options.js
to the newresize.js
file.double click on the borders: for the main read pane it expands the read pane to 95% of the viewport width (but doesn't save this to the local storage). This is for temporarily expanding the pane if you do not need the dictionary for some time. Double clicking again (if the pane width is at 95%) gets it back to the previous width.
For the right pane, double click expands the dictionary pane to 95% and the rest is the same as with the read pane.