summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_files.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:01:14 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:01:14 +0500
commitb1ce1a89236942ec844a1aa5563e7573cec918b1 (patch)
tree59c8098e6b00556e3eb64d184431b659261b258c /web/sass-files/sass/partials/_files.scss
parent675e4e714971af7bc0525ad9dfe2eef3f7ed7562 (diff)
downloadchat-b1ce1a89236942ec844a1aa5563e7573cec918b1.tar.gz
chat-b1ce1a89236942ec844a1aa5563e7573cec918b1.tar.bz2
chat-b1ce1a89236942ec844a1aa5563e7573cec918b1.zip
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;