Skip to content

Commit

Permalink
style: fix codestyle
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 29, 2023
1 parent 8cfecb9 commit 977523e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/components/NoteRich.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default {
.text-editor-wrapper {
height: 100%;
}
.text-editor {
height: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/NotesCaption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export default {
opacity: .7;
box-shadow: none !important;
flex-shrink: 0;
padding: 0 calc(var(--default-grid-baseline, 4px)*2) 0 calc(var(--default-grid-baseline, 4px)*3);
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
}
</style>
7 changes: 4 additions & 3 deletions src/components/NotesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,15 @@ export default {
padding: 4px;
padding-left: 50px;
position: sticky;
top: 0;
background-color: var(--color-main-background-translucent);
z-index: 1;
top: 0;
background-color: var(--color-main-background-translucent);
z-index: 1;
input {
width: 100%;
}
}
.content-list__search-more {
.button {
margin: auto;
Expand Down

0 comments on commit 977523e

Please sign in to comment.