Skip to content

Commit

Permalink
Merge pull request #121 from uphy/feature/fix-layout
Browse files Browse the repository at this point in the history
Fix layout in Obsidian 1.x
  • Loading branch information
uphy authored Nov 5, 2022
2 parents b95452d + f4c2b10 commit 37b9494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/components/Reminder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
.reminder-actions {
margin-top: 1rem;
display: flex;
gap: 0.5rem;
}
.reminder-file {
Expand Down
1 change: 1 addition & 0 deletions src/ui/date-chooser-modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class DateTimeChooserModal extends Modal {
if (Platform.isDesktop) {
this.modalEl.style.minWidth = "0px";
this.modalEl.style.minHeight = "0px";
this.modalEl.style.width = "auto";
targetElement = this.contentEl;
} else {
targetElement = this.containerEl;
Expand Down

0 comments on commit 37b9494

Please sign in to comment.