Merge branch 'fix/scrollbar-for-taller-posts' into 'develop'

Better handling of taller posts

Closes #40

See merge request pleroma/pleroma-fe!158
This commit is contained in:
lambda 2017-11-13 18:17:50 +00:00
commit 55c4818084
4 changed files with 33 additions and 2 deletions

View file

@ -241,6 +241,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;