Skip to content

Commit

Permalink
style: move button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 2, 2024
1 parent b0a0d70 commit 788a609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MarkdownContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ $header-anchor-offset-top: calc(var(--kui-space-80, $kui-space-80) + 2px);
@include toolbar-button;
color: var(--kui-color-text-neutral-weak, $kui-color-text-neutral-weak);
position: absolute;
right: 4px;
top: 4px;
right: 2px;
top: 2px;
}
.line.highlighted {
Expand Down

0 comments on commit 788a609

Please sign in to comment.