Minor UI fixes (#5023)
* PLT-5207 - Enabling scroll in settings modal * PLT-5194 - Removing status indicator on mobile
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
2f9b56eb3a
Коммит
de822a3f3c
@@ -20,6 +20,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-modal {
|
||||||
|
.modal-body {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#header-popover {
|
#header-popover {
|
||||||
@include single-transition(all, .35s, ease);
|
@include single-transition(all, .35s, ease);
|
||||||
@include translate3d(0, 100%, 0);
|
@include translate3d(0, 100%, 0);
|
||||||
@@ -344,10 +350,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post__img {
|
.post__img {
|
||||||
.status-wrapper {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user