summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_files.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-16 17:55:12 -0800
committerCorey Hulen <corey@hulen.com>2015-11-16 17:55:12 -0800
commitfd74098264e3ff84f3cdff2c79c323468c6500b6 (patch)
tree27e655637b817aa363ee6c98b406fa4c46981449 /web/sass-files/sass/partials/_files.scss
parent51f59ec869415e6a4c8eeff0e29d14854f1ad434 (diff)
parent1610a11f43c4b88126b73c04c248f11d08da232d (diff)
downloadchat-fd74098264e3ff84f3cdff2c79c323468c6500b6.tar.gz
chat-fd74098264e3ff84f3cdff2c79c323468c6500b6.tar.bz2
chat-fd74098264e3ff84f3cdff2c79c323468c6500b6.zip
Merge pull request #1445 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_files.scss')
-rw-r--r--web/sass-files/sass/partials/_files.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_files.scss b/web/sass-files/sass/partials/_files.scss
index 49fb8e847..168634b5e 100644
--- a/web/sass-files/sass/partials/_files.scss
+++ b/web/sass-files/sass/partials/_files.scss
@@ -1,9 +1,9 @@
.preview-container {
position: relative;
- margin-top: 10px;
+ margin-top: 25px;
width: 100%;
- max-height: 110px;
- height: 110px;
+ max-height: 100px;
+ height: 100px;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
@@ -11,7 +11,7 @@
display: inline-block;
width: 120px;
height: 100px;
- margin: 7px 0 0 5px;
+ margin: 0 0 0 5px;
vertical-align: top;
position: relative;
border: 1px solid #DDD;