PLT-4901 - Fixing info popover (#4792)
* PLT-4901 - Fixing info popover * PLT-4775 - Fixing languages in firefox (system consle) * Fixing unread posts indicator in the LHS
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
c3d02100a9
Коммит
e73e458b35
@@ -69,16 +69,13 @@
|
|||||||
|
|
||||||
.nav-pills__unread-indicator {
|
.nav-pills__unread-indicator {
|
||||||
@include border-radius(50px);
|
@include border-radius(50px);
|
||||||
background: #2389d7;
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 13.5px;
|
font-size: 13.5px;
|
||||||
left: 0;
|
left: 15px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 3px 0 4px;
|
padding: 3px 0 4px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 0;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 72%;
|
width: 190px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,10 +46,12 @@
|
|||||||
padding: 15px 20px 100px;
|
padding: 15px 20px 100px;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
&:first-child {
|
||||||
height: calc(100vh - 150px);
|
height: calc(100vh - 150px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
@include border-radius(50%);
|
@include border-radius(50%);
|
||||||
@@ -971,6 +973,10 @@
|
|||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-pills__unread-indicator {
|
||||||
|
width: 260px;
|
||||||
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
top: 13px;
|
top: 13px;
|
||||||
}
|
}
|
||||||
@@ -1463,6 +1469,10 @@
|
|||||||
.sidebar--left {
|
.sidebar--left {
|
||||||
@include translate3d(-260px, 0, 0);
|
@include translate3d(-260px, 0, 0);
|
||||||
width: 260px;
|
width: 260px;
|
||||||
|
|
||||||
|
.nav-pills__unread-indicator {
|
||||||
|
width: 230px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-wrap {
|
.inner-wrap {
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Select-value-label {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.inner-wrap {
|
.inner-wrap {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user