aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-18 22:59:38 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-02-18 22:59:38 -0500
commitf104723fe4fe0598f19ac3dacfaacfda93374f7e (patch)
tree011e2370e9f98fe42875916b66f18f9515818a68 /static
parentdba6b897c1d2a7f45b594f74ee428671fc238476 (diff)
downloadpatchfoo-f104723fe4fe0598f19ac3dacfaacfda93374f7e.tar.gz
patchfoo-f104723fe4fe0598f19ac3dacfaacfda93374f7e.zip
Implement uploading blobs in composer
Diffstat (limited to 'static')
-rw-r--r--static/styles.css8
1 files changed, 4 insertions, 4 deletions
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;
}