Skip to content

Commit

Permalink
chore(release): 1.20.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.3](v1.20.2...v1.20.3) (2021-08-13)

### Bug Fixes

* popup not be able to scroll after 0.3.3 ([476a5e3](476a5e3))
  • Loading branch information
semantic-release-bot committed Aug 13, 2021
1 parent 476a5e3 commit d947da0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
18 changes: 6 additions & 12 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d947da0

Please sign in to comment.