Skip to content

Commit

Permalink
little adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
LincZero committed Feb 14, 2023
1 parent 21af615 commit a69d20d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-any-block",
"name": "Any Block",
"version": "1.3.0",
"version": "1.3.1",
"minAppVersion": "0.15.0",
"description": "You can flexibility to create a 'Block' by some means.",
"author": "LincZero",
Expand Down
5 changes: 3 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
font-size: 17px;
line-height: 17px;
margin: 0;
margin-bottom: 10px;
}

.ab-note .ab-deco-title .ab-deco-title-title[title-type="table"] > p {
Expand All @@ -172,14 +173,14 @@
background-color: var(--pre-background-color);
padding: 8px 16px 11px 16px;
border-radius: 8px 8px 0 0;
margin: 0;
}

.ab-note .ab-deco-title .ab-deco-title-title[title-type="quote"] > p {
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 5px;
}

.ab-note .ab-deco-title .ab-deco-title-title[title-type="ul"] > p {
font-weight: bold;
padding-bottom: 10px;
}
2 changes: 1 addition & 1 deletion styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
font-size: 17px;
line-height: 17px;
margin: 0;
margin-bottom: 10px;
}
.ab-deco-title-title[title-type="table"]>p{
font-weight: bold;
Expand All @@ -150,14 +151,14 @@
background-color: var(--pre-background-color);
padding: 8px 16px 11px 16px;
border-radius: 8px 8px 0 0;
margin: 0;
}
.ab-deco-title-title[title-type="quote"]>p{
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 5px;
}
.ab-deco-title-title[title-type="ul"]>p{
font-weight: bold;
padding-bottom: 10px;
}
}
}

0 comments on commit a69d20d

Please sign in to comment.