* 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
Этот коммит содержится в:
Asaad Mahmood
2017-04-17 06:27:15 +05:00
коммит произвёл Christopher Speller
родитель 74ffb6f98f
Коммит 62974f19cd
8 изменённых файлов: 47 добавлений и 35 удалений

Просмотреть файл

@@ -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;
}

Просмотреть файл

@@ -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 {

Просмотреть файл

@@ -42,6 +42,12 @@
}
.post {
&.post--compact {
.post__pinned-badge {
margin: 0 0 0 5px;
}
}
.post__content {
padding: 0 10px 0 0;
}