Skip to content

Commit

Permalink
fix: note list css
Browse files Browse the repository at this point in the history
  • Loading branch information
betterRunner committed Oct 2, 2021
1 parent 3fd60d1 commit 0ea20b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/content-scripts/renderer/popup/note-book/note-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export default defineComponent({
<style lang="less" scoped>
.note-list-wrapper {
padding: 20px;
margin-bottom: 20px;
.note-list-search {
margin-bottom: 10px;
Expand Down
1 change: 1 addition & 0 deletions src/content-scripts/renderer/popup/note-book/note.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export default {
flex-direction: column;
justify-content: flex-start;
width: 460px;
height: 100%;
.note-link {
font-size: 12px;
Expand Down

0 comments on commit 0ea20b6

Please sign in to comment.