mirror of https://github.com/LemmyNet/lemmy.git
Changing mobile columns.
parent
f4191a52c3
commit
1afd03580d
|
@ -268,7 +268,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{!this.state.imageExpanded && (
|
{!this.state.imageExpanded && (
|
||||||
<div class="col-11 col-sm-2 pr-0 mt-1">
|
<div class="col-3 col-sm-2 pr-0 mt-1">
|
||||||
<div class="position-relative">{this.thumbnail()}</div>
|
<div class="position-relative">{this.thumbnail()}</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
@ -285,7 +285,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
<source src={this.state.url} type="video/mp4" />
|
<source src={this.state.url} type="video/mp4" />
|
||||||
</video>
|
</video>
|
||||||
)}
|
)}
|
||||||
<div class="col-12 col-sm-9">
|
<div class="col-8 col-sm-9">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div className="col-12">
|
<div className="col-12">
|
||||||
<div className="post-title">
|
<div className="post-title">
|
||||||
|
|
Loading…
Reference in New Issue