Bug fixes (#6439)
* PLT-5863 - Fixing overflow in modals * PLT-6545 - Fix for Code block tag on mobile * PLT-6549 - Fixing integrations UI * PLT-6506 - Large embedded images producting scroll
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
2a146766f0
Коммит
c998fd4f52
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
max-height: calc(90vh - 62px);
|
max-height: calc(90vh - 62px);
|
||||||
|
overflow: auto;
|
||||||
padding: 20px 15px;
|
padding: 20px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -28,16 +29,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit-post-footer {
|
.edit-post-footer {
|
||||||
|
display: inline-block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
.post-error {
|
.post-error {
|
||||||
position: relative;
|
@include opacity(.55);
|
||||||
|
font-size: .85em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: .85em;
|
position: relative;
|
||||||
@include opacity(.55);
|
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,6 +97,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.integration-option {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
@charset 'UTF-8';
|
@charset 'UTF-8';
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
#post-list {
|
||||||
|
.markdown-inline-img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.member-role .member-menu,
|
.member-role .member-menu,
|
||||||
.member-drop .member-menu {
|
.member-drop .member-menu {
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -181,6 +187,7 @@
|
|||||||
@include opacity(.6);
|
@include opacity(.6);
|
||||||
@include transition(none);
|
@include transition(none);
|
||||||
display: block;
|
display: block;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-code {
|
.post-code {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user