More css tweaks

This commit is contained in:
Thomas Sileo
2018-06-22 09:35:18 +02:00
parent 46f38e05c9
commit d44387f439
3 changed files with 10 additions and 2 deletions

View File

@@ -103,12 +103,20 @@ a:hover {
display: block;
text-decoration: none;
margin-bottom: 40px;
white-space: nowrap;
.actor-icon {
width:120px;
border-radius:2px;
}
h3 { margin: 0; }
.actor-inline {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
.note {
display: flex;