Skip to content

Commit

Permalink
Plug Debugger add spacing between arguments (#1242)
Browse files Browse the repository at this point in the history
* Plug Debugger add spacing between arguments

* Also change color to primary (but with partial saturation)
  • Loading branch information
axelson committed Aug 26, 2024
1 parent 7b14af2 commit 2f00897
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/plug/templates/debugger.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@
.frame-info > details.meta > ol > li:before {
content: counter(item) ". ";
color: <%= @style.accent %>;
color: <%= @style.primary %>;
filter: saturate(50%);
}
/*
Expand Down Expand Up @@ -574,6 +575,10 @@
margin: 0;
}
.code-quote > li {
padding: 6px 0;
}
.code.-padded {
padding: 0 16px 16px 16px;
}
Expand Down

0 comments on commit 2f00897

Please sign in to comment.