Multiple UI Improvements (#4117)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
fc54aececc
Коммит
d42eb46133
@@ -551,6 +551,7 @@ export default class UserItem extends React.Component {
|
|||||||
{authServiceText}
|
{authServiceText}
|
||||||
{mfaActiveText}
|
{mfaActiveText}
|
||||||
</div>
|
</div>
|
||||||
|
{serverError}
|
||||||
</div>
|
</div>
|
||||||
<div className='more-modal__actions'>
|
<div className='more-modal__actions'>
|
||||||
<div className='dropdown member-drop'>
|
<div className='dropdown member-drop'>
|
||||||
@@ -580,7 +581,6 @@ export default class UserItem extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{makeDemoteModal}
|
{makeDemoteModal}
|
||||||
{serverError}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,10 @@
|
|||||||
min-height: 8em;
|
min-height: 8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.suggestion-list {
|
||||||
|
bottom: -149px;
|
||||||
|
}
|
||||||
|
|
||||||
.suggestion-list__content {
|
.suggestion-list__content {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
.webrtc__notification--rhs {
|
.webrtc__notification--rhs {
|
||||||
background: $button--ready;
|
background: $button--ready;
|
||||||
border-radius: 3px 0 0 3px;
|
border-radius: 3px 0 0 3px;
|
||||||
bottom: 10px;
|
bottom: -5px;
|
||||||
color: $white;
|
color: $white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
@@ -41,6 +41,13 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
padding: 0 20px;
|
||||||
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
|
||||||
.control-label {
|
.control-label {
|
||||||
@include border-radius(3px);
|
@include border-radius(3px);
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-create-footer {
|
.post-create-footer {
|
||||||
padding: 5px 0 10px;
|
padding: 5px 0 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -964,6 +964,7 @@ body.ios {
|
|||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
|
font-size: .97em;
|
||||||
margin-bottom: .4em;
|
margin-bottom: .4em;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
@charset 'UTF-8';
|
@charset 'UTF-8';
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
.app__body {
|
||||||
|
.edit-modal-body {
|
||||||
|
|
||||||
|
.custom-textarea {
|
||||||
|
max-height: 30vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tutorial-steps__container {
|
.tutorial-steps__container {
|
||||||
.tutorial__content {
|
.tutorial__content {
|
||||||
.tutorial__steps {
|
.tutorial__steps {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user