summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_modal.scss1
-rw-r--r--web/sass-files/sass/partials/_post.scss3
-rw-r--r--web/sass-files/sass/partials/_responsive.scss8
-rw-r--r--web/sass-files/sass/partials/_settings.scss4
4 files changed, 14 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 9279cf0c4..a082ffb22 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -394,7 +394,6 @@
.modal-body {
padding: 10px 0 20px;
- @include clearfix;
}
.filter-row {
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 {
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index f078cafb4..473ffb28d 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -183,7 +183,7 @@
text-align: right;
margin-bottom: 5px;
.fa {
- margin-right: 7px;
+ margin-right: 5px;
font-size: 12px;
@include opacity(0.5);
display: none;
@@ -335,6 +335,8 @@
.fa {
margin-right: 5px;
+ @include opacity(0.5);
+ font-size: 12px;
}
.member-menu {