diff --git a/webapp/components/post_view/components/post.jsx b/webapp/components/post_view/components/post.jsx
index 896002a6cf..913c2af952 100644
--- a/webapp/components/post_view/components/post.jsx
+++ b/webapp/components/post_view/components/post.jsx
@@ -237,6 +237,7 @@ export default class Post extends React.Component {
profilePic = (
);
}
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index 3ea65a088a..b6ee2d9151 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -833,13 +833,11 @@ export default class SecurityTab extends React.Component {
} else {
apps = (
-
);
diff --git a/webapp/sass/components/_webrtc.scss b/webapp/sass/components/_webrtc.scss
index 53135bd4c7..3cb4053033 100644
--- a/webapp/sass/components/_webrtc.scss
+++ b/webapp/sass/components/_webrtc.scss
@@ -117,7 +117,6 @@
pointer-events: none;
position: relative;
text-align: center;
- transition: all 1s;
width: 100%;
#main-video video {
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index c24b771854..914e867eb1 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -566,8 +566,21 @@
}
.status-wrapper {
+ cursor: auto;
height: 14px;
+ .status {
+ bottom: auto;
+ left: -3px;
+ position: relative;
+ right: auto;
+ top: auto;
+ }
+
+ svg {
+ top: 0;
+ }
+
&:after {
bottom: 0;
}
@@ -697,11 +710,8 @@
padding-top: 3px;
width: 16px;
- img,
- svg {
- height: 20px;
- visibility: hidden;
- width: 9px;
+ img {
+ display: none;
}
}
}
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index a8fb2bbe7c..79a22aa303 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -328,12 +328,6 @@
&.post--comment {
padding-top: 1px;
- .post__img {
- img {
- display: inline-block;
- }
- }
-
&.same--user {
.post__img {
img {