Skip to content

Commit

Permalink
remove redundant space in #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sansui233 committed Mar 5, 2022
1 parent e0ff6bc commit 461381a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,6 @@ html ::-webkit-scrollbar-thumb:hover {
.content div[haschild=true] > div.flex-row {
margin-bottom: 0.3rem;
}
.content .block-children {
margin-bottom: 1em;
}
.content .block-children-left-border {
border-radius: 1.5px;
transition: background-color 0.3s;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-bonofix-theme",
"version": "3.6.0",
"version": "3.6.1",
"logseq-version": "v0.6.0",
"author": "Sansui233",
"description": "A clean theme for Logseq, focusing on long time writing experience.",
Expand Down
3 changes: 0 additions & 3 deletions source/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ html ::-webkit-scrollbar-thumb:hover {
div[haschild="true"] > div.flex-row {
margin-bottom: 0.3rem;
}
.block-children {
margin-bottom: 1em;
}
.block-children-left-border {
border-radius: 1.5px;
transition: background-color .3s;
Expand Down

0 comments on commit 461381a

Please sign in to comment.