commit: b172f99835f33904cae14bacfeaf54262cc6ccbd
parent 76f340ce2d00cda2c88be1f5ba708c5e4ffccf13
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 19 Dec 2024 15:33:08 +0200
fix quote buttons in notifications
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
@@ -409,13 +409,14 @@
.preview-heading {
display: flex;
- padding-left: 0.5em;
+ flex-wrap: wrap;
}
.preview-toggle {
- flex: 1;
+ flex: 10 0 auto;
cursor: pointer;
user-select: none;
+ padding-left: 0.5em;
&:hover {
text-decoration: underline;
@@ -446,6 +447,7 @@
}
.reply-or-quote-selector {
+ flex: 1 0 auto;
margin-bottom: 0.5em;
display: grid;
grid-template-columns: 1fr 1fr;