summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_files.scss
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-07 14:24:09 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-12 12:29:57 -0700
commit1fa436b4f99d482bc2adb926b93d0c0b832d9288 (patch)
tree6082509377658a4395920300c73cc52c1994c3bc /web/sass-files/sass/partials/_files.scss
parent9bbeef208fe9769618d2de3b69f0eb417eb007f8 (diff)
downloadchat-1fa436b4f99d482bc2adb926b93d0c0b832d9288.tar.gz
chat-1fa436b4f99d482bc2adb926b93d0c0b832d9288.tar.bz2
chat-1fa436b4f99d482bc2adb926b93d0c0b832d9288.zip
Users can now drop files into the center pane or the rhs respectively to upload images and other files
Diffstat (limited to 'web/sass-files/sass/partials/_files.scss')
-rw-r--r--web/sass-files/sass/partials/_files.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 65775f01e..34409d563 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -194,11 +194,11 @@
border-right: 1px solid #ddd;
vertical-align: center;
- // helper to center the image icon in the preview window
- .file-details__preview-helper {
- height: 100%;
- display: inline-block;
- vertical-align: middle;
- }
- }
+ // helper to center the image icon in the preview window
+ .file-details__preview-helper {
+ height: 100%;
+ display: inline-block;
+ vertical-align: middle;
}
+ }
+}