Этот коммит содержится в:
Asaad Mahmood
2016-11-22 21:24:22 +05:00
коммит произвёл Corey Hulen
родитель 1a134efc65
Коммит 84e5425a20
6 изменённых файлов: 44 добавлений и 6 удалений

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

@@ -462,7 +462,7 @@ class UserSettingsGeneralTab extends React.Component {
inputs.push( inputs.push(
<div <div
key='oauthEmailInfo' key='oauthEmailInfo'
className='form-group' className='padding-bottom'
> >
<div className='setting-list__hint'> <div className='setting-list__hint'>
<FormattedMessage <FormattedMessage
@@ -480,7 +480,7 @@ class UserSettingsGeneralTab extends React.Component {
inputs.push( inputs.push(
<div <div
key='oauthEmailInfo' key='oauthEmailInfo'
className='form-group' className='padding-bottom'
> >
<div className='setting-list__hint'> <div className='setting-list__hint'>
<FormattedMessage <FormattedMessage

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

@@ -37,3 +37,10 @@ fieldset {
.admin-textarea { .admin-textarea {
resize: none; resize: none;
} }
input {
&[type='radio'],
&[type='checkbox'] {
margin-top: 1px;
}
}

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

@@ -1,6 +1,10 @@
@charset 'UTF-8'; @charset 'UTF-8';
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.suggestion-list__content {
max-height: 145px;
}
.modal { .modal {
.modal-dialog { .modal-dialog {
&.new-channel__modal { &.new-channel__modal {
@@ -206,6 +210,11 @@
} }
} }
.post__remove {
margin-right: 10px;
visibility: visible;
}
&.post--compact { &.post--compact {
.status-wrapper { .status-wrapper {
&:after { &:after {
@@ -338,6 +347,24 @@
} }
&.same--user { &.same--user {
&.post--compact {
.status-wrapper {
&:after {
bottom: -2px;
}
}
}
.post__img {
.status-wrapper {
display: inline-block;
}
img {
display: block;
}
}
.post__header { .post__header {
height: auto; height: auto;
margin-top: 5px; margin-top: 5px;

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

@@ -9,7 +9,7 @@
} }
.heading { .heading {
width: 130px; max-width: 150px;
} }
} }
@@ -73,7 +73,7 @@
} }
.sidebar--right { .sidebar--right {
@include single-transition(all, .5s, ease); @include single-transition(all, .35s, ease);
@include translateX(100%); @include translateX(100%);
&.move--left, &.move--left,

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

@@ -56,6 +56,10 @@
&.btn-spacing--right { &.btn-spacing--right {
margin-right: 10px; margin-right: 10px;
} }
.fa {
margin-right: 5px;
}
} }
.log__panel { .log__panel {

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

@@ -236,12 +236,12 @@
} }
.theme-elements__header { .theme-elements__header {
border-bottom: 1px solid #ccc; border-bottom: 1px solid;
cursor: pointer; cursor: pointer;
font-size: em(13.5px); font-size: em(13.5px);
font-weight: 600; font-weight: 600;
margin: 10px 20px 0 0; margin: 10px 20px 0 0;
padding: 5px 0 10px; padding: 1px 0 10px;
.fa-minus { .fa-minus {
display: none; display: none;