summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-04-17 06:27:15 +0500
committerChristopher Speller <crspeller@gmail.com>2017-04-16 21:27:15 -0400
commit62974f19cd0025a3a5098741210f1b61b08765a9 (patch)
tree39924b82639900382437e322b2121bc2bd6ec753 /webapp/sass/responsive
parent74ffb6f98f7ee8b4e61743919ab20460c57ad4da (diff)
downloadchat-62974f19cd0025a3a5098741210f1b61b08765a9.tar.gz
chat-62974f19cd0025a3a5098741210f1b61b08765a9.tar.bz2
chat-62974f19cd0025a3a5098741210f1b61b08765a9.zip
Ui improvements (#6089)
* PLT-6084 - Fixing emoji reaction overflow * PLT-6158 - Fixing pinned badge alignment in RHS * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6245 - Adjusting spacing in emoji screen modal * PLT-6237 - Adjusting filter in system console * PLT-6247 - Adjusting spacing on code block tag * PLT-6302 - Margins not equal for paragraphs in post
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_tablet.scss28
1 files changed, 13 insertions, 15 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index e97eb3b59..1a0a27267 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 {