Fossil SCM
Removed the inadvertent vertically-centered alignment of the /pikchrshow pikchr when not in auto-fit mode.
Commit
d9bd5603ae59c98bcad9c4da1f3a996a7d31d251ddaf0d90d0b919c3fb386143
Parent
13cd92de7762c71…
1 file changed
-3
| --- src/style.pikchrshow.css | ||
| +++ src/style.pikchrshow.css | ||
| @@ -80,13 +80,10 @@ | ||
| 80 | 80 | } |
| 81 | 81 | #pikchr-output-wrapper { |
| 82 | 82 | flex: 1 1 auto; |
| 83 | 83 | overflow: auto; |
| 84 | 84 | } |
| 85 | -#pikchr-output-wrapper:not(.autofit) { | |
| 86 | - align-items: center; | |
| 87 | -} | |
| 88 | 85 | #pikchr-output-wrapper.text { |
| 89 | 86 | display: flex; |
| 90 | 87 | align-items: stretch; |
| 91 | 88 | } |
| 92 | 89 | #pikchr-output-wrapper.text > #pikchr-output { |
| 93 | 90 |
| --- src/style.pikchrshow.css | |
| +++ src/style.pikchrshow.css | |
| @@ -80,13 +80,10 @@ | |
| 80 | } |
| 81 | #pikchr-output-wrapper { |
| 82 | flex: 1 1 auto; |
| 83 | overflow: auto; |
| 84 | } |
| 85 | #pikchr-output-wrapper:not(.autofit) { |
| 86 | align-items: center; |
| 87 | } |
| 88 | #pikchr-output-wrapper.text { |
| 89 | display: flex; |
| 90 | align-items: stretch; |
| 91 | } |
| 92 | #pikchr-output-wrapper.text > #pikchr-output { |
| 93 |
| --- src/style.pikchrshow.css | |
| +++ src/style.pikchrshow.css | |
| @@ -80,13 +80,10 @@ | |
| 80 | } |
| 81 | #pikchr-output-wrapper { |
| 82 | flex: 1 1 auto; |
| 83 | overflow: auto; |
| 84 | } |
| 85 | #pikchr-output-wrapper.text { |
| 86 | display: flex; |
| 87 | align-items: stretch; |
| 88 | } |
| 89 | #pikchr-output-wrapper.text > #pikchr-output { |
| 90 |