Skip to content

Commit

Permalink
polish(snippets): remove double left border for list
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Jul 8, 2022
1 parent f43bf27 commit a88008b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/snippets/SnippetList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ onUnmounted(() => {
<style lang="scss" scoped>
.snippet-list {
position: relative;
border-right: 1px solid var(--color-border);
display: grid;
grid-template-rows: 50px 1fr 10px;
background-color: var(--color-snippet-list);
Expand Down

0 comments on commit a88008b

Please sign in to comment.