Add a scrollbar for tall spammy posts.
This commit is contained in:
parent
8fdedb4c79
commit
e19a617de1
|
@ -190,6 +190,10 @@
|
||||||
|
|
||||||
.status-content {
|
.status-content {
|
||||||
margin: 3px 15px 4px 0;
|
margin: 3px 15px 4px 0;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
|
Loading…
Reference in New Issue