Этот коммит содержится в:
Asaad Mahmood
2016-09-29 21:58:14 +05:00
коммит произвёл Joram Wilander
родитель fc54aececc
Коммит d42eb46133
6 изменённых файлов: 24 добавлений и 3 удалений

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

@@ -551,6 +551,7 @@ export default class UserItem extends React.Component {
{authServiceText}
{mfaActiveText}
</div>
{serverError}
</div>
<div className='more-modal__actions'>
<div className='dropdown member-drop'>
@@ -580,7 +581,6 @@ export default class UserItem extends React.Component {
</div>
</div>
{makeDemoteModal}
{serverError}
</div>
);
}

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

@@ -24,6 +24,10 @@
min-height: 8em;
}
.suggestion-list {
bottom: -149px;
}
.suggestion-list__content {
max-height: 150px;
}

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

@@ -20,7 +20,7 @@
.webrtc__notification--rhs {
background: $button--ready;
border-radius: 3px 0 0 3px;
bottom: 10px;
bottom: -5px;
color: $white;
cursor: pointer;
padding: 10px 15px;
@@ -41,6 +41,13 @@
padding: 0 20px;
text-align: center;
.form-group {
padding: 0 20px;
position: relative;
text-align: center;
z-index: 9999;
}
.control-label {
@include border-radius(3px);
background: #f2f2f2;

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

@@ -82,7 +82,7 @@
}
.post-create-footer {
padding: 5px 0 10px;
padding: 5px 0 30px;
width: 100%;
}

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

@@ -964,6 +964,7 @@ body.ios {
ul,
ol {
font-size: .97em;
margin-bottom: .4em;
padding-left: 20px;

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

@@ -1,6 +1,15 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
.app__body {
.edit-modal-body {
.custom-textarea {
max-height: 30vh;
}
}
}
.tutorial-steps__container {
.tutorial__content {
.tutorial__steps {