mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Changing mobile columns.
This commit is contained in:
parent
85dd01ab6d
commit
76b10d01ff
4
ui/src/components/post-listing.tsx
vendored
4
ui/src/components/post-listing.tsx
vendored
@ -268,7 +268,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||
)}
|
||||
</div>
|
||||
{!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>
|
||||
)}
|
||||
@ -285,7 +285,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||
<source src={this.state.url} type="video/mp4" />
|
||||
</video>
|
||||
)}
|
||||
<div class="col-12 col-sm-9">
|
||||
<div class="col-8 col-sm-9">
|
||||
<div class="row">
|
||||
<div className="col-12">
|
||||
<div className="post-title">
|
||||
|
Loading…
Reference in New Issue
Block a user