Fix the followers/following page CSS

This commit is contained in:
Thomas Sileo
2018-06-22 10:01:05 +02:00
parent d44387f439
commit 0e98145989
3 changed files with 18 additions and 4 deletions

View File

@@ -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;