mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 04:11:26 +08:00
Merge pull request #3766 from tgxworld/fix_selected_posts_mobile
Fix selected posts mobile
This commit is contained in:
@ -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%);
|
||||||
|
Reference in New Issue
Block a user