aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/App.css1
-rw-r--r--src/BBSThread.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/App.css b/src/App.css
index 199e7a1..9341c49 100644
--- a/src/App.css
+++ b/src/App.css
@@ -11,6 +11,7 @@
.imageSegment {
padding: 0 !important;
+ min-width: 250px !important;
}
.vipFont {
diff --git a/src/BBSThread.js b/src/BBSThread.js
index 9b0bc1c..68fca92 100644
--- a/src/BBSThread.js
+++ b/src/BBSThread.js
@@ -88,7 +88,7 @@ class BBSThread extends Component {
{post.file != "" ?
<Segment padded compact className="imageSegment">
<Label attached='bottom'>{post.file} {post.image_width}x{post.image_height} {filesize(post.file_size, { bits: true })}</Label>
- <Image src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${post.thumb}`} />
+ <Image fluid src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${post.thumb}`} />
</Segment> : null}
<Segment padded>