Limit usernames to 30 chars, statuses to 500, open account after follow form success
This commit is contained in:
@@ -22,6 +22,10 @@ const MediaGallery = React.createClass({
|
||||
let bottom = 'auto';
|
||||
let right = 'auto';
|
||||
|
||||
if (size === 1) {
|
||||
width = 100;
|
||||
}
|
||||
|
||||
if (size === 4 || (size === 3 && i > 0)) {
|
||||
height = 50;
|
||||
}
|
||||
|
Reference in New Issue
Block a user