From 965b713ac22eaca99e17b3e82731b7301e63edb5 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 28 Jul 2019 21:05:00 -0500 Subject: move clear all button to the left --- app/javascript/flavours/glitch/styles/components/composer.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss') diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index 24531c068..d71f07cc9 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -578,6 +578,10 @@ white-space: nowrap; overflow: hidden; + & > .clear { + float: left; + } + & > .count { display: inline-block; margin: 0 16px 0 8px; -- cgit