Skip to content

Commit d18da8d

Browse files
chore(release): 1.23.12 [skip ci]
## [1.23.12](v1.23.11...v1.23.12) (2022-01-12) ### Bug Fixes * enlarge page content padding ([936f9b6](936f9b6))
1 parent 936f9b6 commit d18da8d

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.12](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.11...v1.23.12) (2022-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* enlarge page content padding ([936f9b6](https://github.com/pengx17/logseq-dev-theme/commit/936f9b619a3bde4353b443f09a88cf07703905c8))
7+
18
## [1.23.11](https://github.com/pengx17/logseq-dev-theme/compare/v1.23.10...v1.23.11) (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: 32px;
131+
padding: 64px 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.11",
4+
"version": "1.23.12",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)