Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from pondersource/frontend
Browse files Browse the repository at this point in the history
Fix (contacts page style, extra js contacts.js, view token word in generate token page)
  • Loading branch information
michielbdejong authored Jan 20, 2023
2 parents 10c9a11 + 34b9b77 commit afd934e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,14 @@
}

.app-content-list-item-icon{
width: 20px;
height: 20px;
width: 30px;
height: 30px;
margin: 10px;
color: white;
font-size: large;
text-align: center;
border-radius: 100%;
padding: 3.3px;
border: 1px solid #0002;
}


Expand All @@ -152,4 +153,15 @@

.text-success{
color: green !important;
}

.profile-item{
display: inline-flex;
width: 100%;
}


.profile-item-username{
width: 100%;
padding: 3px 10px;
}
2 changes: 1 addition & 1 deletion js/contacts.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
<div class="app-content-list-item-icon" style="">
<img src="https://cdn-icons-png.flaticon.com/512/16/16363.png">
</div>
<div class="app-content-list-item-line-one" id="show_result" >
<div class="app-content-list-item-line-one profile-item-username" id="show_result" >
<p class="displayname">${displayName}</p><p class="username-provider">${username}@${provider}</p>
</div>
</div>`;
Expand Down

0 comments on commit afd934e

Please sign in to comment.