Skip to content

Commit e2808aa

Browse files
chore(release): 1.25.5 [skip ci]
## [1.25.5](v1.25.4...v1.25.5) (2022-04-20) ### Bug Fixes * #main-container min height ([4623f47](4623f47))
1 parent 4623f47 commit e2808aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.25.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.4...v1.25.5) (2022-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* #main-container min height ([4623f47](https://github.com/pengx17/logseq-dev-theme/commit/4623f4781778de591154e7c1028188baa1d86814))
7+
18
## [1.25.4](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.3...v1.25.4) (2022-04-20)
29

310

custom.css

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ html.is-native-iphone #left-sidebar {
122122
height: auto !important;
123123
position: absolute;
124124
width: 100%;
125-
min-height: 100%;
126125
}
127126

128127
.theme-inner {

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.25.4",
4+
"version": "1.25.5",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)