summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-09 20:23:13 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-09 20:23:13 +0500
commit8cd5b4293a2c5a1e4cce7694372e50e29c6ec91d (patch)
treea24466971af1800f3a7cae978aeeeac2bb8ab221 /web/sass-files/sass
parentb612c61ac164dd6a92896bc0892b6566edc298ce (diff)
downloadchat-8cd5b4293a2c5a1e4cce7694372e50e29c6ec91d.tar.gz
chat-8cd5b4293a2c5a1e4cce7694372e50e29c6ec91d.tar.bz2
chat-8cd5b4293a2c5a1e4cce7694372e50e29c6ec91d.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss3
-rw-r--r--web/sass-files/sass/partials/_responsive.scss8
2 files changed, 11 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index df519c752..3ec1c4434 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -625,6 +625,9 @@ body.ios {
}
ul, ol {
+ p {
+ margin-bottom: 0;
+ }
li ul, li ol {
padding: 0 0 0 20px
}
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index ed2d0bbe9..66aaede8d 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -125,6 +125,14 @@
.post {
+ .post__header {
+
+ .col__name {
+ pointer-events: none;
+ }
+
+ }
+
&.same--root {
&.same--user {