Merge pull request #524 from blackle/master

fix up spoilers
master
Eugen 7 years ago committed by GitHub
commit 41f5459af5
  1. 2
      app/assets/javascripts/components/components/status_content.jsx
  2. 34
      app/assets/stylesheets/components.scss

@ -92,7 +92,7 @@ const StatusContent = React.createClass({
return (
<div className='status__content' style={{ cursor: 'pointer' }} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
<p>
<p style={{ marginBottom: hidden ? '0px' : '' }} >
<span dangerouslySetInnerHTML={spoilerContent} /> <a onClick={this.handleSpoilerClick}>{toggleText}</a>
</p>

@ -679,42 +679,8 @@
}
}
.spoiler-helper {
margin-bottom: -20px !important;
}
.spoiler {
&::before {
margin-top: 20px;
display: block;
content: '';
}
display: inline;
cursor: pointer;
border-bottom: 1px dashed white;
.light & {
border-bottom: 1px dashed black;
}
&.spoiler-on {
&, & * {
color: transparent !important;
}
background: white;
.light & {
background: black;
}
.emojione {
opacity: 0;
}
}
}
@import 'boost';
button i.fa-retweet {
height: 19px;
width: 22px;

Loading…
Cancel
Save