Skip to content

Commit

Permalink
style: prevent comment gutter taking up any width when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Fevol committed Sep 5, 2023
1 parent c39a31b commit c01566b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,12 @@
}

.criticmarkup-comment-gutter {
width: 300px;
margin-top: 50px;
transition: width 200ms ease-in-out;
}

.criticmarkup-gutter-comment {
width: 300px;
color: var(--text-muted);
border: 2px solid var(--background-modifier-border);
border-radius: var(--radius-l);
Expand All @@ -318,6 +319,7 @@

max-height: 150px;
overflow-y: scroll;
word-wrap: break-word;
}


Expand Down

0 comments on commit c01566b

Please sign in to comment.