diff --git a/webapp/components/emoji/components/delete_emoji_modal.jsx b/webapp/components/emoji/components/delete_emoji_modal.jsx
index 604e3a27ba..77afd4c014 100644
--- a/webapp/components/emoji/components/delete_emoji_modal.jsx
+++ b/webapp/components/emoji/components/delete_emoji_modal.jsx
@@ -25,7 +25,7 @@ export default class DeleteEmoji extends DeleteModalTrigger {
get modalMessage() {
return (
+
{name}
div {
display: table-cell;
vertical-align: middle;
+ }
+
+ .emoji-picker__preview-image-box {
height: 36px;
width: 42px;
.sprite-preview {
- height: 36px;
- width: 36px;
- vertical-align: middle;
- padding: 0px;
- border: 0px;
+ border: none;
display: inline-block;
+ height: 36px;
+ padding: 0;
+ vertical-align: middle;
+ width: 36px;
}
}
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index 1f8ea041e6..0b0fd651a4 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -64,19 +64,19 @@
padding: 4px 10px 5px;
position: absolute;
right: 0;
- top: 0;
+ top: 5;
z-index: 5;
}
.post-code__lineno {
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ -webkit-user-select: none;
border-right: 1px solid #aaa;
color: #aaa;
margin-right: .5em;
text-align: right;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- -o-user-select: none;
user-select: none;
}
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 2a2876116a..c1f8d1cf63 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -836,7 +836,7 @@
}
.post__img {
- padding-top: 3px;
+ padding-top: 1px;
width: 16px;
img {
@@ -911,7 +911,7 @@
left: 36px;
margin-left: 7px;
position: absolute;
- top: 8px;
+ top: 6px;
}
.post__img {
@@ -1034,6 +1034,7 @@
right: 0;
top: -4px;
white-space: nowrap;
+ z-index: 6;
}
.col__remove {
@@ -1156,7 +1157,6 @@
word-wrap: break-word;
div {
- margin-bottom: .4em;
}
p + p {
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 8d801a0c23..bb979357d7 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -42,6 +42,12 @@
}
.post {
+ &.post--compact {
+ .post__pinned-badge {
+ margin: 0 0 0 5px;
+ }
+ }
+
.post__content {
padding: 0 10px 0 0;
}
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index e97eb3b59c..1a0a272671 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -19,16 +19,18 @@
width: 300px;
}
}
- .post-right__scroll{
- .post-create__container{
+
+ .post-right__scroll {
+ .post-create__container {
.post-create-body {
.icon__emoji_picker {
- display:none;
+ display: none;
top: -7px;
}
}
}
}
+
.post-create__container {
form {
padding: .5em 0 0;
@@ -262,8 +264,12 @@
&:not(.post--thread) {
padding: 0 .5em 0 77px;
+ &.other--root {
+
+ }
+
.post__link {
- margin: 4px 0 7px;
+ margin: 3px 0 7px;
vertical-align: bottom;
}
@@ -278,7 +284,7 @@
.post__header {
float: left;
height: 21px;
- padding-top: 3px;
+ padding-top: 2px;
.col__name {
font-weight: bold;
@@ -298,14 +304,6 @@
}
&.other--root {
- .post__body {
- > div {
- &:first-child {
- min-height: 21px;
- }
- }
- }
-
.post__link + .post__body {
clear: both;
}
@@ -422,11 +420,11 @@
display: inline-block;
font-size: 11px;
left: -14px;
- line-height: 34px;
+ line-height: 20px;
position: absolute;
text-align: right;
text-rendering: auto;
- top: -2px;
+ top: 4px;
width: 51px;
&:hover {
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index a39e1c20ab..854c84e203 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -498,7 +498,11 @@
.system-users__team-filter {
display: inline-block;
- width: 200px
+ width: 200px;
+ }
+
+ label {
+ font-weight: normal;
}
}