Skip to content

Commit c55f5b3

Browse files
chore(release): 1.23.10 [skip ci]
## [1.23.10](v1.23.9...v1.23.10) (2022-01-11) ### Bug Fixes * padding for page content ([50fc6b9](50fc6b9))
1 parent fef243c commit c55f5b3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.10](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.9...v1.23.10) (2022-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* padding for page content ([50fc6b9](https://github.com/pengx17/logseq-dev-theme/commit/50fc6b917203c8f06d0dee614473aa5b97d91511))
7+
18
## [1.23.9](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.8...v1.23.9) (2022-01-11)
29

310

custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ i {
128128
}
129129

130130
.cp__sidebar-main-content:not([data-is-global-graph-pages=true]) > div {
131-
padding: 16px 32px;
131+
padding: 32px;
132132
}
133133

134134
/* Right side bar */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.23.9",
4+
"version": "1.23.10",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)