Multiple bug fixes (#5275)
* PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
365514174e
Коммит
bce2eb6ceb
@@ -566,8 +566,21 @@
|
||||
}
|
||||
|
||||
.status-wrapper {
|
||||
cursor: auto;
|
||||
height: 14px;
|
||||
|
||||
.status {
|
||||
bottom: auto;
|
||||
left: -3px;
|
||||
position: relative;
|
||||
right: auto;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
svg {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&:after {
|
||||
bottom: 0;
|
||||
}
|
||||
@@ -697,11 +710,8 @@
|
||||
padding-top: 3px;
|
||||
width: 16px;
|
||||
|
||||
img,
|
||||
svg {
|
||||
height: 20px;
|
||||
visibility: hidden;
|
||||
width: 9px;
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user