diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfb7a9..f98fae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.20.2...v1.20.3) (2021-08-13) + + +### Bug Fixes + +* popup not be able to scroll after 0.3.3 ([476a5e3](https://github.com/pengx17/logseq-dev-theme/commit/476a5e381f8274fa05fe882cf9948df8d9b04616)) + ## [1.20.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.20.1...v1.20.2) (2021-08-12) diff --git a/custom.css b/custom.css index 3c5e8ad..ad54bb1 100644 --- a/custom.css +++ b/custom.css @@ -653,6 +653,10 @@ samp { font-size: 0.8em; } +pre { + white-space: pre-wrap; +} + /* inline code */ :not(pre) > code { font-family: var(--ct-code-font-family); @@ -756,20 +760,11 @@ progress::-webkit-progress-value { overflow: visible; display: flex; flex-flow: column; - max-height: calc(100vh - 20px); } - -.tippy-tooltip-content > .tippy-wrapper > .page-blocks-inner { +.tippy-tooltip-content > .tippy-wrapper.overflow-y-auto > div { overflow: auto; height: -webkit-fill-available; - padding: 0.5em 1em 1em; - margin-top: 1.5em; - min-width: 450px; -} - -.tippy-tooltip-content > .tippy-wrapper > .blocks-container { - margin-top: 1.5em; - padding: 0.5em 1em 1em; + padding: 1.5em 1em 1em; min-width: 450px; } @@ -800,7 +795,6 @@ progress::-webkit-progress-value { font-style: var(--ct-inline-code-font-style) !important; border: 2px solid #000; border-radius: 4px; - text-shadow: 1px 1px 0px black, 1px 1px 1px #888888; } .tippy-wrapper > :is(div:first-child, h2:first-child, .block-parents) a { diff --git a/package.json b/package.json index c6818d5..16fde2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.20.2", + "version": "1.20.3", "description": "A custom theme for dev", "logseq": { "themes": [