Update style.css to display remote friends in common in a css grid
This commit is contained in:
parent
04cdd3e8ec
commit
243bcba726
|
@ -3489,10 +3489,41 @@ body .tread-wrapper .hovercard:hover .hover-card-content a {
|
||||||
* some temporary workarounds until this will solved
|
* some temporary workarounds until this will solved
|
||||||
* elsewhere (e.g. new templates)
|
* elsewhere (e.g. new templates)
|
||||||
*/
|
*/
|
||||||
|
#remote-friends-in-common {
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 4px;
|
||||||
|
color: #444;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
grid-gap: 10px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
section .profile-match-wrapper {
|
section .profile-match-wrapper {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-match-photo {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
.profile-match-name {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.profile-match-break {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profile-match-end {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Login page
|
* Login page
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user