summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-14 22:53:47 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-06-14 13:53:47 -0400
commitf6b4a611d0ef28d5f08959a51c31ad480df1883a (patch)
tree5adeac68d78fe59cb6f7731cc953faec4bbc77df /webapp/sass/responsive
parentaf4110b2ed9654986c8ef150d7ca9e76f326191c (diff)
downloadchat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.gz
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.tar.bz2
chat-f6b4a611d0ef28d5f08959a51c31ad480df1883a.zip
Multiple UI improvements (#3317)
Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss11
-rw-r--r--webapp/sass/responsive/_tablet.scss16
2 files changed, 15 insertions, 12 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index eec08b1e5..cb1191fe3 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -136,6 +136,13 @@
}
}
+ &.post--comment {
+ .post__body {
+ margin-top: 5px;
+ padding: 2px 0 0 7px;
+ }
+ }
+
&.other--root {
&.post--comment {
.post__header {
@@ -309,7 +316,9 @@
.row--invite {
.col-sm-6 {
- padding: 0;
+ &:first-child {
+ padding-right: 15px;
+ }
}
}
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 9e09c3f42..a461dd35a 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -117,20 +117,13 @@
.col__name {
font-weight: bold;
margin-right: 2px;
- padding-right: 10px;
+ padding-right: 5px;
position: relative;
z-index: 1;
+ }
- &:after {
- content: ':';
- display: inline-block;
- font-family: FontAwesome;
- font-size: 19px;
- position: absolute;
- right: 3px;
- text-rendering: auto;
- top: -5px;
- }
+ strong {
+ display: inline;
}
.col__reply {
@@ -176,6 +169,7 @@
&.same--root {
&.same--user {
padding-left: 70px;
+ padding-top: 0;
.post__header {
.col__reply {