Skip to content

Commit

Permalink
jwt-decoder: Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 6, 2024
1 parent c67d46b commit f9106ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/jwt-decoder/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</div>
</StackView>

<StackView title="Payload" hasPadding={false} fill={true}>
<StackView title="Payload" hasPadding={false} isCollapsible={false} fill={true}>
<div class="codemirror-outer-wrapper payload">
<CodeMirror
value={formattedPayload}
Expand All @@ -85,6 +85,8 @@
div[slot="right"] {
flex-grow: 1;
display: flex;
flex-direction: column;
height: 100%;
}
Expand All @@ -100,6 +102,6 @@
}
.codemirror-outer-wrapper.header {
min-height: 6em;
min-height: 9em;
}
</style>

0 comments on commit f9106ca

Please sign in to comment.