summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_modal.scss8
-rw-r--r--webapp/sass/layout/_post.scss1
2 files changed, 7 insertions, 2 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index a12856c63..837db2f44 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -485,8 +485,6 @@
.status-wrapper {
- display: inline-block;
- margin-right: 3px;
position: relative;
&:after {
@@ -517,6 +515,12 @@
.more-modal__row {
padding: 5px 10px;
+
+ .status-wrapper {
+ &:after {
+ bottom: 0;
+ }
+ }
}
.more-modal__name {
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 4437e4ce3..c5901ca0e 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -865,6 +865,7 @@ body.ios {
height: 32px;
vertical-align: inherit;
width: 32px;
+ max-width:none;
}
}