aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-13 18:39:27 +0200
committershpuld <shp@cock.li>2017-11-13 18:39:27 +0200
commite19a617de1c2b3102291d885be5d08bf9388ccbc (patch)
treea1aea0acde3fc9de6827adead10fe37a9775d951
parent8fdedb4c79e4f569b89496ad323d5d69bd39625a (diff)
Add a scrollbar for tall spammy posts.
-rw-r--r--src/components/status/status.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 84397bfa..6ebc36e9 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -190,6 +190,10 @@
.status-content {
margin: 3px 15px 4px 0;
+ max-height: 400px;
+ overflow-y: auto;
+ overflow-x: hidden;
+
img, video {
max-width: 100%;
max-height: 400px;