Skip to content

Commit

Permalink
fix: highlight block size
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Mar 23, 2024
1 parent edb5b5d commit 468000c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/TerminalTeletype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ function scrollToStickyCommand() {
:deep(.terminal-highlight-block) {
z-index: 0 !important;
margin-left: calc(#{0px - math.div(4px, 2)} - var(--integration-width) / 2);
padding-left: calc(#{0px - math.div(4px, 2)} + var(--integration-width) / 2);
border-left: 4px solid rgb(var(--color));
background: rgb(var(--color) / 20%);
cursor: default;
Expand Down

0 comments on commit 468000c

Please sign in to comment.