Skip to content

Commit

Permalink
show full doc with correct left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Mar 6, 2024
1 parent ff47168 commit a16ef20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/code/workspace-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@
.workspace-item .show-full-doc:before {
position: absolute;
content: " ";
top: -1rem;
top: -1.5rem;
left: 0;
right: 0;
height: 1rem;
background: linear-gradient(transparent, var(--color-workspace-item-bg));
height: 1.5rem;
background: linear-gradient(transparent, var(--color-workspace-item-bg), var(--color-workspace-item-bg));
}

.workspace-item .workspace-item_inner-content:not(.shown-in-full) .doc-column {
Expand Down

0 comments on commit a16ef20

Please sign in to comment.