UI Improvements to center channel (#2790)
Removing time from the center channel on sp (mobile) Liking mention color to search highlight color aswell Adjusting vertical spacing on mobile Removing profile pic from mobile LHS header Updating styles for the RHS Fixing btn-danger
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
bfc6e4e6b6
Коммит
88cbfe7f1d
@@ -67,9 +67,8 @@
|
||||
|
||||
.channel-intro {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
margin: 0 auto 35px;
|
||||
max-width: 1000px;
|
||||
padding: 0 1em 5px;
|
||||
margin: 0 30px 35px;
|
||||
padding: 0 0 5px;
|
||||
|
||||
.intro-links {
|
||||
display: inline-block;
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
}
|
||||
|
||||
.post-create__container {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
|
||||
.textarea-wrapper {
|
||||
@@ -115,7 +114,7 @@
|
||||
|
||||
.post-right-channel__name {
|
||||
font-weight: 600;
|
||||
margin: 0 0 10px 0;
|
||||
margin: 0 0 15px;
|
||||
}
|
||||
|
||||
.post-right-root-container li {
|
||||
|
||||
@@ -520,6 +520,10 @@ body.ios {
|
||||
}
|
||||
}
|
||||
|
||||
.post__header--info {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
span {
|
||||
p:last-child {
|
||||
margin-bottom: .5em;
|
||||
@@ -554,16 +558,6 @@ body.ios {
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.post__time {
|
||||
@include opacity(0);
|
||||
font-size: 11px;
|
||||
left: -7px;
|
||||
line-height: 37px;
|
||||
position: absolute;
|
||||
text-rendering: auto;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
&.post--comment {
|
||||
@@ -610,10 +604,10 @@ body.ios {
|
||||
.post__content {
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
padding: 0 15px;
|
||||
position: relative;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
padding: 0 15px;
|
||||
|
||||
> div {
|
||||
display: table-cell;
|
||||
@@ -649,7 +643,7 @@ body.ios {
|
||||
|
||||
.col__reply {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: 10px;
|
||||
top: 30px;
|
||||
white-space: nowrap;
|
||||
width: 65px;
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
}
|
||||
|
||||
.post {
|
||||
.post__content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.post__header {
|
||||
.col__name {
|
||||
.user-popover {
|
||||
@@ -25,6 +29,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.post-create__container {
|
||||
form {
|
||||
padding: .5em 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.help__format-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user