Skip to content

Commit

Permalink
fix: css for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed May 18, 2024
1 parent 58c0e8c commit 29edda7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "obsidian-version-history-diff",
"name": "Version History Diff",
"version": "2.2.0",
"minAppVersion": "1.5.11",
"minAppVersion": "1.6.0",
"description": "Diff the version history of the core Sync and File Recovery plugins and Git. Adds a command to open the core Sync version history as well.",
"author": "kometenstaub",
"authorUrl": "https://github.com/kometenstaub",
Expand Down
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ mode from @SlRvb, which fall under the same license (MIT license, @kometenstaub

.modal.mod-sync-history.diff {
min-width: 95vw;
max-height: 90vh;

.sync-history-list-item-header.is-active:hover {
background-color: var(--interactive-accent-hover);
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"2.1.0": "1.1.7",
"2.1.2": "1.4.4",
"2.1.10": "1.4.4",
"2.1.11": "1.5.11"
"2.1.11": "1.5.11",
"2.2.0": "1.4.4",
"2.2.1": "1.6.0"
}

0 comments on commit 29edda7

Please sign in to comment.