diff --git a/CHANGELOG.md b/CHANGELOG.md index f44b164..ea9468a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.9.1...v1.9.2) (2021-07-20) + + +### Bug Fixes + +* block/page properties should not be inline ([20de65c](https://github.com/pengx17/logseq-dev-theme/commit/20de65cf460d58952cc306afd787a3ce478d1b13)) + ## [1.9.1](https://github.com/pengx17/logseq-dev-theme/compare/v1.9.0...v1.9.1) (2021-07-19) diff --git a/custom.css b/custom.css index ad1b191..edf22fc 100644 --- a/custom.css +++ b/custom.css @@ -671,13 +671,11 @@ a.tag:hover { /* Page properties */ .page-properties, .block-properties { - margin: 0 0 0.5em 0; - padding: 0.2em 0.5em; + margin: 0 0 0.5em -8px; font-size: 0.8em; background: var(--ls-secondary-background-color); font-family: var(--ct-code-font-family); - display: inline-block; - opacity: 0.8; + width: fit-content; } kbd { diff --git a/package.json b/package.json index dd8954a..d4939d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.9.1", + "version": "1.9.2", "description": "A custom theme for dev", "logseq": { "themes": [