aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-18 02:27:32 +0300
committerHenry Jameson <me@hjkos.com>2021-06-18 02:27:32 +0300
commitf35c090caaccf272c12358a2a02df71b9212d16c (patch)
treeb4c15b7ef707e17248e7330309c52d7c5510f975 /src/components/status_body
parentc1293c3afa9b9a057008026a9d988c6a5b9f516c (diff)
merged in compact notifs and improved upon it
Diffstat (limited to 'src/components/status_body')
-rw-r--r--src/components/status_body/status_body.scss2
-rw-r--r--src/components/status_body/status_body.vue5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss
index 516ced9d..5be21171 100644
--- a/src/components/status_body/status_body.scss
+++ b/src/components/status_body/status_body.scss
@@ -151,7 +151,7 @@
.attachments {
margin-top: 0;
- flex: 1 1 auto;
+ flex: 1 1 0;
min-width: 5em;
height: 100%;
}
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue
index 2be46303..3eb13ce2 100644
--- a/src/components/status_body/status_body.vue
+++ b/src/components/status_body/status_body.vue
@@ -1,5 +1,8 @@
<template>
- <div class="StatusBody">
+<div
+ class="StatusBody"
+ :class="{ '-compact': compact }"
+ >
<div class="body">
<div
v-if="status.summary_raw_html"