Skip to content

Commit

Permalink
Fixed dialog styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikmayer committed Feb 27, 2024
1 parent a8acb72 commit 9920af4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin lets you create and edit a [Yesterday](https://www.yesterday.md) jou

I supports advanced formatting for journal entries including support for

- dialogs
- dialogs (or WhatsApp, Messenger, iMessage, … chats)
- dreams
- media [content blocks](https://ia.net/writer/support/library/content-blocks)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "yesterday",
"name": "Yesterday",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "0.12.0",
"description": "Transforms Obsidian into a visually stunning diary.",
"author": "Dominik Mayer",
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": "obsidian-yesterday",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plugin that provides Yesterday journaling support to Obsidian",
"main": "main.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ ul.yesterday-dialog {
overflow: hidden; /* Contain floated children without traditional clearfix */
margin-top: 40px;
margin-bottom: 40px;

padding-inline-start: 0px;
padding-left: 36px;
padding-right: 36px
}

ul.yesterday-dialog li {
Expand All @@ -85,6 +89,9 @@ ul.yesterday-dialog li {
margin-top: 2px;
padding-bottom: 0px;
padding-top: 0px;
}

ul.yesterday-dialog li p {
max-width: calc(100% - 50px);
}

Expand Down

0 comments on commit 9920af4

Please sign in to comment.