Skip to content

Commit

Permalink
Zeilenumbrüche in der MV-Signatur-Darstellung ergänzt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed May 25, 2024
1 parent 5324da8 commit 8b6cbb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
</mat-form-field>
<br>
<div class="card-container" style="display:flex; justify-content: space-between">
<mat-card class="spaced-card" style="flex: 1; margin-right: 1%;">
<mat-card class="spaced-card" style="flex: 0 0 50%; margin-right: 1%;">
<mat-card-header>
<mat-card-title>Signatur</mat-card-title>
</mat-card-header>
<mat-card-content>
<mat-card-content style="overflow-wrap: anywhere">
r = <strong>{{ client.signature.r }}</strong>
<br>
s = <strong>{{ client.signature.s }}</strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
<br>

<div class="card-container" style="display:flex; justify-content: space-between">
<mat-card class="spaced-card" style="flex: 1; margin-right: 1%;">
<mat-card class="spaced-card" style="flex: 0 0 50%; margin-right: 1%;">
<mat-card-header>
<mat-card-title>Signatur</mat-card-title>
</mat-card-header>
<mat-card-content>
<mat-card-content style="overflow-wrap: anywhere">
r = <strong>{{ client.signature.r }}</strong>
<br>
s = <strong>{{ client.signature.s }}</strong>
<p>Die soeben entschlüsselte Nachricht ist <strong>{{ client.signature_valid }}</strong></p>
</mat-card-content>
</mat-card>

<mat-expansion-panel class="spaced-card" style="flex: 1; margin-left: 1%;">
<mat-expansion-panel class="spaced-card" style="flex: 0 0 50%; margin-left: 1%;">
<mat-expansion-panel-header>
<mat-panel-title>
Geheimtext - Punkte
Expand Down

0 comments on commit 8b6cbb7

Please sign in to comment.