summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-12 13:18:47 -0700
committerCorey Hulen <corey@hulen.com>2015-10-12 13:18:47 -0700
commit246c7414bd2f22a3440af5df7d72f33e7207dc50 (patch)
tree26e68abf5877a250a076f282f9444f6f0d076387 /web/sass-files/sass/partials/_responsive.scss
parent1ce37c316adceafe2f7409576c378407fe80d7b7 (diff)
parent893a72141bcab38c8a5a10ec920c9480120d6b51 (diff)
downloadchat-246c7414bd2f22a3440af5df7d72f33e7207dc50.tar.gz
chat-246c7414bd2f22a3440af5df7d72f33e7207dc50.tar.bz2
chat-246c7414bd2f22a3440af5df7d72f33e7207dc50.zip
Merge pull request #1018 from asaadmahmoodspin/ui-fixes
Other UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index d9a99d4a4..4e532c16e 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -421,6 +421,9 @@
.post-body__cell {
display: table-cell;
padding-left: 45px;
+ .sidebar--right & {
+ padding-left: 0;
+ }
}
.app__content & {
.btn-file {