summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_files.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-23 18:56:35 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-29 09:52:09 -0400
commit92c9ec71a051e076fd1dc3985a8a1225e5389a95 (patch)
treedaab99b3db01987433ec0710eebe0532377bd151 /web/sass-files/sass/partials/_files.scss
parent0f0a887205da3890671fd77ca4b7ece42de8b903 (diff)
downloadchat-92c9ec71a051e076fd1dc3985a8a1225e5389a95.tar.gz
chat-92c9ec71a051e076fd1dc3985a8a1225e5389a95.tar.bz2
chat-92c9ec71a051e076fd1dc3985a8a1225e5389a95.zip
Fixed race condition which could occur while requesting the file size for the file attachment previews
Diffstat (limited to 'web/sass-files/sass/partials/_files.scss')
-rw-r--r--web/sass-files/sass/partials/_files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index ab4030935..2da4afefc 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -152,7 +152,7 @@
color: grey;
}
.post-image__size {
- border-left: 2px;
+ margin-left: 4px;
color: grey;
}
}