Add a scrollbar for tall spammy posts.

environments/dev/deployments/42^2
shpuld 7 years ago
parent 8fdedb4c79
commit e19a617de1

@ -190,6 +190,10 @@
.status-content {
margin: 3px 15px 4px 0;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
img, video {
max-width: 100%;
max-height: 400px;

Loading…
Cancel
Save