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:
commit
55c4818084
4 changed files with 33 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue