Ui improvements (#5948)
* PLT-5849 - Code block wrap on IOS * PLT-5972 - Comment has first line indented * PLT-6048 - Adjusting UI for link previews * PLT-5733 - Adding error text theme option
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
1cbe6e7975
Коммит
4ebc85e05c
@@ -69,8 +69,10 @@
|
||||
color: $red;
|
||||
}
|
||||
|
||||
.control-label {
|
||||
color: inherit;
|
||||
.form__label {
|
||||
&.control-label {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&.radio,
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin: 0 0 5px 0;
|
||||
margin-top: 5px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
&.attachment__image--openraph {
|
||||
margin-bottom: 0;
|
||||
max-height: 80px;
|
||||
max-width: 200px;
|
||||
max-width: 100%;
|
||||
|
||||
&.loading {
|
||||
height: 80px;
|
||||
|
||||
@@ -76,23 +76,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.move--left {
|
||||
.post {
|
||||
&.post--root,
|
||||
&.other--root {
|
||||
.post__header {
|
||||
padding-right: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
&.post--comment {
|
||||
.post__header {
|
||||
padding-right: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.post-code {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -80,6 +80,10 @@
|
||||
|
||||
label {
|
||||
font-weight: 600;
|
||||
|
||||
&.has-error {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.no-padding--left {
|
||||
|
||||
Ссылка в новой задаче
Block a user