Updated max lines of status content

Improving visibility
This commit is contained in:
mgabdev
2020-01-15 11:14:44 -05:00
parent f40ff36f1b
commit 4787060608
3 changed files with 25 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ import Permalink from './permalink';
import classnames from 'classnames';
import Icon from 'gabsocial/components/icon';
const MAX_HEIGHT = 642; // 20px * 32 (+ 2px padding at the top)
const MAX_HEIGHT = 200;
export default class StatusContent extends React.PureComponent {