Merge pull request #3766 from tgxworld/fix_selected_posts_mobile
Fix selected posts mobile
This commit is contained in:
commit
c46269e7ec
|
@ -88,9 +88,14 @@
|
||||||
form {
|
form {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: 500px;
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.category-combobox {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-modal {
|
.flag-modal {
|
||||||
|
|
|
@ -396,7 +396,6 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
#selected-posts {
|
#selected-posts {
|
||||||
float: left;
|
|
||||||
width: 97%;
|
width: 97%;
|
||||||
padding-left: 3%;
|
padding-left: 3%;
|
||||||
background-color: srgb-scale($tertiary, $secondary, 15%);
|
background-color: srgb-scale($tertiary, $secondary, 15%);
|
||||||
|
|
Loading…
Reference in New Issue