aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-09-15 12:51:39 +0300
committerHenry Jameson <me@hjkos.com>2019-09-15 12:51:39 +0300
commit312e2aa14f044920cb8baa5e9bc296b992194dbd (patch)
tree88299076b6d6fdd97c0a11566b9aa67d89970b23
parenta1ed1b9b538728cc95f720b748efde111ec44a8a (diff)
fix bottom-left icons being too damn wide
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 89e51b97..b50607e6 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -300,6 +300,7 @@
.post-status-form {
.form-bottom {
display: flex;
+ justify-content: space-between;
padding: 0.5em;
height: 32px;
@@ -319,6 +320,7 @@
flex: 1;
padding-right: 7px;
margin-right: 7px;
+ max-width: 10em;
}
.text-format {