Skip to content

Commit

Permalink
inset replies so they are visible even when no colour diff (#6439)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjelfs authored Sep 20, 2024
1 parent d8f6c90 commit 48bcc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/home/Markdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
pre {
padding: toRem(16);
overflow-x: auto;
border-radius: $sp3;
border-radius: $sp2;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: var(--code-bg);
color: var(--code-txt);
Expand Down
1 change: 1 addition & 0 deletions frontend/app/src/components/home/RepliesTo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
overflow: hidden;
@include nice-scrollbar();
max-height: 300px;
box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
.inert {
pointer-events: none;
Expand Down

0 comments on commit 48bcc3f

Please sign in to comment.