forked from AkkomaGang/akkoma-fe
Add a scrollbar for tall spammy posts.
This commit is contained in:
parent
8fdedb4c79
commit
e19a617de1
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue