mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
tweak spacing of label on lightbox
This commit is contained in:
parent
8eaa96b0b3
commit
dbac2e299e
@ -95,7 +95,8 @@ limitations under the License.
|
||||
|
||||
.mx_ImageView_download {
|
||||
display: table;
|
||||
margin-top: 28px;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 6px;
|
||||
border-radius: 5px;
|
||||
background-color: #454545;
|
||||
font-size: 16px;
|
||||
@ -107,7 +108,7 @@ limitations under the License.
|
||||
.mx_ImageView_button {
|
||||
font-size: 16px;
|
||||
opacity: 0.5;
|
||||
margin-top: 24px;
|
||||
margin-top: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,7 @@ module.exports = React.createClass({
|
||||
<div className="mx_ImageView_lhs">
|
||||
</div>
|
||||
<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_label">
|
||||
<div className="mx_ImageView_shim">
|
||||
|
Loading…
Reference in New Issue
Block a user