diff --git a/config/pixelfed.php b/config/pixelfed.php index 51e20bf4f..0e2cdb8d2 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.5.5', + 'version' => '0.5.6', /* |-------------------------------------------------------------------------- diff --git a/public/js/components.js b/public/js/components.js index 9b21b553a..c3710b463 100644 Binary files a/public/js/components.js and b/public/js/components.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index cf0361d3d..eab4ebc81 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/PostComponent.vue b/resources/assets/js/components/PostComponent.vue index 7a507a678..97bc943d0 100644 --- a/resources/assets/js/components/PostComponent.vue +++ b/resources/assets/js/components/PostComponent.vue @@ -11,9 +11,11 @@ background: #fff; } -.postPresenterContainer { - background: #000; - min-height: 600px; +@media(min-width: 720px) { + .postPresenterContainer { + background: #000; + min-height: 600px; + } }