Skip to content

Commit

Permalink
Improve style of ribbons on verifier detailed presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jun 28, 2024
1 parent d45e73b commit 042103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/verifier/detailed-presentation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ block layout-content
each credential, index in credentialPayloads
- const branding = credential.credentialBranding || { backgroundColor: 'red', textColor: 'black' }
- const imageUrl = credential.credentialBranding.image.url // Get the corresponding image URL
.credential-box(style=`display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; padding: 10px;`, id=`credential-box-${index}`)
.credential-box(style=`position:relative;overflow:hidden;display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; position: relative; margin: 10px;border-radius:10px;`, id=`credential-box-${index}`)
img(style="width: 240px; height: 150px; border-radius: 10px;")(src=imageUrl)

h3 Requested claims extracted from credentials
Expand Down

0 comments on commit 042103a

Please sign in to comment.