diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-10-16 23:32:13 +0200 |
---|---|---|
committer | Ondřej Hruška <ondra@ondrovo.com> | 2017-10-16 23:32:13 +0200 |
commit | 4421f6598f5883908fb25743977306f19a0b0f0f (patch) | |
tree | ce74b4d3bf301c3ab24a75bcc9b72bd057197ba3 /app/javascript/styles | |
parent | 7364b26e4b57dcaa0712c63659fd6f5ff7782cf9 (diff) |
Fix dual toot button wrong behavior after compose re-design
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 43d484e6e..119e9feb0 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -468,7 +468,7 @@ .compose-form__publish__side-arm { padding: 0 !important; - width: 4em; + width: 36px; text-align: center; margin-right: 2px; } |