summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_picture.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
commit14c1f2424de88545ec7e4386d53751cb3ec7d825 (patch)
tree400c515ec5dd2f2fc8e836ed9ad8fc23d2c82047 /web/react/components/setting_picture.jsx
parentecdd160ec07aef5d309056a23eacf12c91a93193 (diff)
downloadchat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.gz
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.bz2
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.zip
Minor UI Improvements
Diffstat (limited to 'web/react/components/setting_picture.jsx')
-rw-r--r--web/react/components/setting_picture.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/setting_picture.jsx b/web/react/components/setting_picture.jsx
index 62c889b7f..6cfb74d60 100644
--- a/web/react/components/setting_picture.jsx
+++ b/web/react/components/setting_picture.jsx
@@ -25,9 +25,9 @@ module.exports = React.createClass({
var img = null;
if (this.props.picture) {
- img = (<img ref="image" className="col-xs-5 profile-img" src=""/>);
+ img = (<img ref="image" className="profile-img" src=""/>);
} else {
- img = (<img ref="image" className="col-xs-5 profile-img" src={this.props.src}/>);
+ img = (<img ref="image" className="profile-img" src={this.props.src}/>);
}
var self = this;
@@ -37,7 +37,7 @@ module.exports = React.createClass({
<li className="col-xs-12 section-title">{this.props.title}</li>
<li className="col-xs-offset-3 col-xs-8">
<ul className="setting-list">
- <li className="row setting-list-item">
+ <li className="setting-list-item">
{img}
</li>
<li className="setting-list-item">