summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_webrtc.scss1
-rw-r--r--webapp/sass/layout/_post.scss20
-rw-r--r--webapp/sass/responsive/_tablet.scss6
3 files changed, 15 insertions, 12 deletions
diff --git a/webapp/sass/components/_webrtc.scss b/webapp/sass/components/_webrtc.scss
index 53135bd4c..3cb405303 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 c24b77185..914e867eb 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 a8fb2bbe7..79a22aa30 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 {