Fix the followers/following page CSS
This commit is contained in:
@@ -103,7 +103,6 @@ a:hover {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
margin-bottom: 40px;
|
||||
white-space: nowrap;
|
||||
|
||||
.actor-icon {
|
||||
width:120px;
|
||||
@@ -118,6 +117,21 @@ a:hover {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.actor-box {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
|
||||
.actor-box-wrapper {
|
||||
margin-bottom:40px;
|
||||
|
||||
.actor-icon {
|
||||
width:120px;
|
||||
border-radius:2px;
|
||||
}
|
||||
|
||||
h3 { margin: 0; }
|
||||
}
|
||||
}
|
||||
.note {
|
||||
display: flex;
|
||||
margin-bottom: 70px;
|
||||
|
Reference in New Issue
Block a user