diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-11 00:59:32 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-11 00:59:32 -0500 |
| commit | 383e71a621824bd196ee019dd3239aa1ea80b888 (patch) | |
| tree | d47be17350b2ddd69726f4fcc270492952727433 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 11b6bd8eca19b36fdd28f71a7fc4043134983c5e (diff) | |
made text boxes span stackingview's when fitWidth or autoColumn is set. made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 6fcd0eb8f..53aceb533 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -110,7 +110,7 @@ audiotag:hover { height: 100%; white-space: pre-wrap; .ProseMirror:hover { - background: rgba(200,200,200,0.8); + background: rgba(200,200,200,0.2); } hr { display: block; |
