move connection item to own class, add verified check icon

also try and fix build
This commit is contained in:
ouwou
2021-02-05 01:32:08 -05:00
parent 64adcffe42
commit c827bd4943
4 changed files with 88 additions and 52 deletions

View File

@@ -269,6 +269,11 @@
padding-top: 5px;
}
.profile-notes-label {
padding-top: 5px;
padding-bottom: 5px;
}
.profile-notes-text, .profile-notes-text text {
background: @secondary_color;
}