Skip to content

Commit a88008b

Browse files
committed
polish(snippets): remove double left border for list
1 parent f43bf27 commit a88008b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/components/snippets/SnippetList.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ onUnmounted(() => {
8787
<style lang="scss" scoped>
8888
.snippet-list {
8989
position: relative;
90-
border-right: 1px solid var(--color-border);
9190
display: grid;
9291
grid-template-rows: 50px 1fr 10px;
9392
background-color: var(--color-snippet-list);

0 commit comments

Comments
 (0)