summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Tirk <paultirk@paultirk.com>2023-10-25 21:53:36 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2023-11-07 20:01:54 +0100
commitfba58d4658f77b2d872dd8b26c48ddcd65c245e9 (patch)
tree6e3ee9c54b5dfdad2340a95e28e9ca326d9be937 /src
parent3366b797bbcc85694f548583dc979649d4733c2d (diff)
set max width for article view and center it
Signed-off-by: Paul Tirk <paultirk@paultirk.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/feed-display/FeedItemDisplay.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/feed-display/FeedItemDisplay.vue b/src/components/feed-display/FeedItemDisplay.vue
index 877309b8d..e8fe51aba 100644
--- a/src/components/feed-display/FeedItemDisplay.vue
+++ b/src/components/feed-display/FeedItemDisplay.vue
@@ -208,6 +208,9 @@ export default Vue.extend({
padding: 0 50px 50px 50px;
overflow-y: scroll;
height: 100%;
+ max-width: 1024px;
+ margin-left: auto;
+ margin-right: auto;
}
.article video {