mirror of https://github.com/vector-im/riot-web
tweak spacing of label on lightbox
parent
8eaa96b0b3
commit
dbac2e299e
|
@ -95,7 +95,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ImageView_download {
|
.mx_ImageView_download {
|
||||||
display: table;
|
display: table;
|
||||||
margin-top: 28px;
|
margin-top: 24px;
|
||||||
|
margin-bottom: 6px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #454545;
|
background-color: #454545;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -107,7 +108,7 @@ limitations under the License.
|
||||||
.mx_ImageView_button {
|
.mx_ImageView_button {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
margin-top: 24px;
|
margin-top: 18px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ module.exports = React.createClass({
|
||||||
<div className="mx_ImageView_lhs">
|
<div className="mx_ImageView_lhs">
|
||||||
</div>
|
</div>
|
||||||
<div className="mx_ImageView_content">
|
<div className="mx_ImageView_content">
|
||||||
<img src={this.props.src} style={style}/>
|
<img src={this.props.src}/>
|
||||||
<div className="mx_ImageView_labelWrapper">
|
<div className="mx_ImageView_labelWrapper">
|
||||||
<div className="mx_ImageView_label">
|
<div className="mx_ImageView_label">
|
||||||
<div className="mx_ImageView_shim">
|
<div className="mx_ImageView_shim">
|
||||||
|
|
Loading…
Reference in New Issue