From f104723fe4fe0598f19ac3dacfaacfda93374f7e Mon Sep 17 00:00:00 2001 From: cel Date: Sat, 18 Feb 2017 22:59:38 -0500 Subject: Implement uploading blobs in composer --- static/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 3413be8..d27ca0a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,10 +8,6 @@ section { padding: 1ex; } -.composer-actions { - text-align: right; -} - .ssb-post img { max-width: 100%; width: 640px; @@ -120,6 +116,10 @@ td { width: 100%; } +.msg-right { + text-align: right; +} + .feed-name { padding: .75ex; } -- cgit v1.2.3