Fix show buttons layout
This commit is contained in:
parent
12e43b4397
commit
82cfab3c11
@ -186,9 +186,10 @@ function Episode(props) {
|
|||||||
/>
|
/>
|
||||||
{props.data.episode}
|
{props.data.episode}
|
||||||
</th>
|
</th>
|
||||||
<td className="col-xs-5">{props.data.title}</td>
|
<td className="col-xs-12">
|
||||||
<td className="col-xs-6 list-details-button">
|
{props.data.title}
|
||||||
<span className="pull-right episode-buttons btn-toolbar">
|
|
||||||
|
<span className="pull-right episode-buttons">
|
||||||
<SubtitlesButton
|
<SubtitlesButton
|
||||||
url={props.data.polochon_url}
|
url={props.data.polochon_url}
|
||||||
subtitles={props.data.subtitles}
|
subtitles={props.data.subtitles}
|
||||||
|
@ -47,9 +47,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.episode-buttons {
|
.episode-buttons {
|
||||||
display: flex;
|
div, span {
|
||||||
span {
|
margin: 2px;
|
||||||
margin-left: 5px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user