mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 15:36:25 +02:00
fix(users): Missing primary social provider
Adds the User's provider to the list of connect social accounts, when it is also a social account. Fixes: #1032
This commit is contained in:
@@ -26,6 +26,12 @@ a:hover .header-profile-image {
|
||||
padding-top: 11px !important;
|
||||
padding-bottom: 11px !important;
|
||||
}
|
||||
.user-primary-account {
|
||||
font-size: 30px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
.error-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user