Multiple UI Improvements (#4420)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
58cc061b38
Коммит
b8fcc0a5c4
@@ -17,13 +17,16 @@
|
||||
@include opacity(.15);
|
||||
}
|
||||
|
||||
div > a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
div,
|
||||
li {
|
||||
> a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
.custom-textarea {
|
||||
max-height: 60vh;
|
||||
min-height: 8em;
|
||||
min-height: 20em;
|
||||
}
|
||||
|
||||
.suggestion-list {
|
||||
@@ -192,7 +192,7 @@
|
||||
.btn {
|
||||
&.btn-primary {
|
||||
float: right;
|
||||
margin: -4px 25px 0 0;
|
||||
margin: -4px 33px 0 0;
|
||||
position: relative;
|
||||
|
||||
i {
|
||||
@@ -592,7 +592,7 @@
|
||||
.more-modal__row {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
display: flex;
|
||||
min-height: 65px;
|
||||
min-height: 50px;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
|
||||
@@ -187,6 +187,12 @@
|
||||
.member-list__popover {
|
||||
max-width: initial;
|
||||
|
||||
.more-modal__list {
|
||||
.more-modal__row {
|
||||
min-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
max-height: 350px;
|
||||
padding: 0;
|
||||
|
||||
@@ -82,6 +82,10 @@
|
||||
&.placeholder {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.sidebar--right & {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.video-loading {
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
.control-label {
|
||||
@include border-radius(3px);
|
||||
background: #f2f2f2;
|
||||
color: alpha-color($black, .7);
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin: 1em 0 -1em;
|
||||
|
||||
Ссылка в новой задаче
Block a user