The clickable div is positioned under the account avatar and covers all empty space below it to the end of the status.
This commit is contained in:
@ -1412,6 +1412,15 @@ a.account__display-name {
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.status__expand {
|
||||
width: 68px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.muted {
|
||||
.status__content p,
|
||||
.status__content a {
|
||||
|
Reference in New Issue
Block a user