Fix the followers/following page CSS
This commit is contained in:
parent
d44387f439
commit
0e98145989
3 changed files with 18 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue