about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2017-10-16 15:49:22 -0500
committerGitHub <noreply@github.com>2017-10-16 15:49:22 -0500
commit313ba202ef33be706ba921688997a6e59f84b473 (patch)
tree8eb4a8b98ad7e74001e01fa14436e10b001ce17d /app/javascript/styles
parent7c44ad63550ccf3cb7532440f79196b20dc24c5d (diff)
parent3d7de06db4d4961e2e458b1b7d53961e9eb98a19 (diff)
Merge pull request #182 from glitch-soc/wide-tootbox-panel
Full-width tootbox panel to make room for buttons
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 7ef3dcc43..43d484e6e 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -302,7 +302,6 @@
   font-family: inherit;
   font-size: 14px;
   background: $simple-background-color;
-  border-radius: 0 0 4px;
 }
 
 .compose-form__buttons-wrapper {
@@ -452,6 +451,7 @@
 
 .compose-form__publish {
   display: flex;
+  justify-content: flex-end;
   min-width: 0;
 }