summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-02-10 20:05:40 +0500
committerCorey Hulen <corey@hulen.com>2017-02-10 07:05:40 -0800
commitc03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db (patch)
treee1662b72b8009f65222538ca754ed5dc3928b093 /webapp/sass/responsive
parent2a9c1afd444ef00693860b732c901466682e253c (diff)
downloadchat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.tar.gz
chat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.tar.bz2
chat-c03cc2fb3ccacc2062ca7ecd3a66aedfe1c206db.zip
Multiple Ui improvements (#5349)
* PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss38
-rw-r--r--webapp/sass/responsive/_tablet.scss8
2 files changed, 18 insertions, 28 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 0914e2a18..4ce100836 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,14 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .post-create__container {
+ padding-bottom: 10px;
+
+ .msg-typing {
+ display: none;
+ }
+ }
+
.suggestion-list__content {
max-height: 145px;
}
@@ -138,6 +146,14 @@
display: block;
}
+ .post-code {
+ &:hover {
+ .post-code__language {
+ @include opacity(.6);
+ }
+ }
+ }
+
.backstage-filters {
display: block;
@@ -738,28 +754,6 @@
margin-top: 0;
}
- .file-preview__remove {
- @include alpha-property(background, $black, .5);
- height: 28px;
- left: auto;
- right: 0;
- text-align: center;
- top: 0;
- width: 28px;
-
- &:after {
- display: none;
- }
-
- i {
- font-size: 16px;
- line-height: 29px;
- position: relative;
- right: auto;
- top: auto;
- }
- }
-
// Since system console is not responsive we're overriding bootstrap styles for it
.admin-sidebar {
.navbar-nav {
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index f8ca019e0..96a71694f 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -22,15 +22,11 @@
.post-create__container {
form {
- padding: .5em 0;
+ padding: .5em 0 0;
}
.post-create-footer {
- padding: 0 45px 0 45px;
-
- .msg-typing {
- display: none;
- }
+ padding: 0 45px;
.post-error {
position: relative;