summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-03 12:48:58 -0800
committerCorey Hulen <corey@hulen.com>2015-11-03 12:48:58 -0800
commit34c4f77d8c4a8e85ebc0b96e74d8e5a048351f24 (patch)
tree754de83dd0c2648ff67f29d6190b825aa9d32eb6 /web/sass-files/sass/partials/_responsive.scss
parent0f3fe79b8053672220cdbda3ba68974c1b2bf7d8 (diff)
parent38fd4acebd17775c9adc81f719ffc044e3bf6cde (diff)
downloadchat-34c4f77d8c4a8e85ebc0b96e74d8e5a048351f24.tar.gz
chat-34c4f77d8c4a8e85ebc0b96e74d8e5a048351f24.tar.bz2
chat-34c4f77d8c4a8e85ebc0b96e74d8e5a048351f24.zip
Merge pull request #1282 from asaadmahmoodspin/ui-improvements
Multiple UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index a49a98952..8f25f58cd 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -275,6 +275,14 @@
}
}
@media screen and (max-width: 768px) {
+ .form-control {
+ &.min-height {
+ min-height: 100px;
+ }
+ }
+ .gif-div {
+ max-width: 100%;
+ }
.tip-div {
left: 15px;
right: auto;
@@ -460,7 +468,7 @@
}
}
.settings-table {
- .nav {
+ .nav, .nav.absolute {
position: relative;
top: auto;
width: 100%;