1
0
Fork 0

Bring back minimum status height

Fixes some div sizes. Turns out I just needed to lower it to match the
avatar size.
This commit is contained in:
Ryan Fox 2021-01-11 19:40:37 +00:00
parent 7fa6c05307
commit 5a3ef2f83e
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ li.load-more {
}
.status, .follow-profile, .current-user {
min-height: 50px;
clear: both;
}