mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Can delete friend from the list
This commit is contained in:
@ -11,14 +11,16 @@
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend a,
|
||||
.friends-list-ro .friend a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend a:hover,
|
||||
.friends-list-ro .friend a:hover {
|
||||
color: #001F3F;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend img,
|
||||
.friends-list-ro .friend img {
|
||||
margin: auto 10px auto auto;
|
||||
max-width: 40px;
|
||||
@ -27,10 +29,20 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend .friends-name,
|
||||
.friends-list-ro .friend .friends-name {
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
max-width: 100px;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.personnal-friends-list .friend .friends-name {
|
||||
width: 200px;
|
||||
max-width: 200px;
|
||||
}
|
Reference in New Issue
Block a user