summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss15
-rw-r--r--webapp/sass/layout/_team-sidebar.scss3
2 files changed, 11 insertions, 7 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 7915b7150..6afcf099a 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -575,14 +575,16 @@
.status {
bottom: auto;
- left: -3px;
+ height: 13px;
+ left: -2px;
position: relative;
right: auto;
top: auto;
+ width: 13px;
}
svg {
- top: 0;
+ top: 1px;
}
&:after {
@@ -1023,7 +1025,7 @@
word-wrap: break-word;
div {
- margin: 0 0 .4em;
+ margin-bottom: .4em;
}
p + p {
@@ -1135,10 +1137,11 @@
padding: 0 4px 0 3px;
.post-reaction__emoji {
- height: 16px;
+ height: auto;
margin: 2px 3px 0 0;
- vertical-align: top;
- width: 16px;
+ max-height: 16px;
+ max-width: 16px;
+ vertical-align: middle;
}
.post-reaction__count {
diff --git a/webapp/sass/layout/_team-sidebar.scss b/webapp/sass/layout/_team-sidebar.scss
index a600b8d44..cb003c828 100644
--- a/webapp/sass/layout/_team-sidebar.scss
+++ b/webapp/sass/layout/_team-sidebar.scss
@@ -8,7 +8,8 @@
z-index: 5;
.team-wrapper {
- background-color: rgba(0, 0, 0, 0.2);
+ -webkit-overflow-scrolling: touch;
+ background-color: alpha-color($black, .2);
height: 100%;
overflow: auto;
padding-top: 15px;