Skip to content

Commit

Permalink
fix: close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
betterRunner committed Dec 25, 2021
1 parent 7e7b75e commit e9803dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/content-scripts/renderer/popup/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export default defineComponent({
right: 5px;
top: 5px;
cursor: pointer;
color: white;
}
}
</style>
2 changes: 1 addition & 1 deletion src/content-scripts/renderer/popup/note-book/note-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default defineComponent({
.note-list-search {
margin-bottom: 10px;
background: #fff !important;
background: unset !important;
max-width: 500px;
}
Expand Down

0 comments on commit e9803dc

Please sign in to comment.