Skip to content

Commit

Permalink
Merge pull request #163 from personalizedrefrigerator/main
Browse files Browse the repository at this point in the history
fix: Fix tag-bar styles are applied to the note title
  • Loading branch information
andrejilderda authored Jan 15, 2025
2 parents 908cbf2 + d0eaf14 commit 1d32cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-lamps-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"joplin-plugin-macos-theme": patch
---

fix: note title not editable #163
2 changes: 1 addition & 1 deletion src/scss/components/_components.editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
}

// bottom tag bar
.rli-editor > div > div > div > div:last-child {
.tag-bar {
> div {
position: relative;
}
Expand Down

0 comments on commit 1d32cc3

Please sign in to comment.