summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-29 21:04:42 -0500
committerDessalines <tyhou13@gmx.com>2020-02-29 21:04:42 -0500
commit93cb0892ae3450c5861fbcc38b06507cc1beb534 (patch)
tree3941c7985b91f036825f48e251277b7bc0753122 /ui/src/components/post-listing.tsx
parent7680971b896f67dd6bc02b464bfd8a940ccb5d87 (diff)
Some fixes for mobile view.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx10
1 files changed, 6 insertions, 4 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index a0e89268..1fdfad2d 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -249,7 +249,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
<use xlinkHref="#icon-arrow-up"></use>
</svg>
</button>
- <div class={`font-weight-bold text-muted`}>{this.state.score}</div>
+ <div class={`font-weight-bold text-muted px-1`}>
+ {this.state.score}
+ </div>
{WebSocketService.Instance.site.enable_downvotes && (
<button
className={`vote-animate btn btn-link p-0 ${
@@ -264,7 +266,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
)}
</div>
{!this.state.imageExpanded && (
- <div class="col-2 pr-0 mt-1">
+ <div class="col-11 col-sm-2 pr-0 mt-1">
<div class="position-relative">{this.thumbnail()}</div>
</div>
)}
@@ -274,14 +276,14 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
muted
loop
controls
- class="col-2 pr-0 mt-1"
+ class="col-11 col-sm-2 pr-0 mt-1"
height="100"
width="150"
>
<source src={this.state.url} type="video/mp4" />
</video>
)}
- <div class="col-9">
+ <div class="col-12 col-sm-9">
<div class="row">
<div className="col-12">
<div className="post-title">