Minor design fixes

This commit is contained in:
Saoud Rizwan
2024-09-07 06:09:32 -04:00
parent 715db7129d
commit 04588798ef
4 changed files with 16 additions and 2 deletions

View File

@@ -27,9 +27,13 @@ const StyledMarkdown = styled.div`
pre > code {
.hljs-deletion {
background-color: var(--vscode-diffEditor-removedTextBackground);
display: inline-block;
width: 100%;
}
.hljs-addition {
background-color: var(--vscode-diffEditor-insertedTextBackground);
display: inline-block;
width: 100%;
}
}

View File

@@ -177,7 +177,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
color: "var(--vscode-textLink-foreground)",
marginLeft: "auto",
textAlign: "right",
paddingRight: 0,
paddingRight: 2,
}}
onClick={() => setIsExpanded(!isExpanded)}>
See less