More css tweaks
This commit is contained in:
parent
46f38e05c9
commit
d44387f439
3 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue