mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:17:30 +08:00
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 {
|
||||
margin-top: 20px;
|
||||
input[type=text] {
|
||||
width: 500px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.category-combobox {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.flag-modal {
|
||||
|
|
|
@ -396,7 +396,6 @@ iframe {
|
|||
}
|
||||
|
||||
#selected-posts {
|
||||
float: left;
|
||||
width: 97%;
|
||||
padding-left: 3%;
|
||||
background-color: srgb-scale($tertiary, $secondary, 15%);
|
||||
|
|
Loading…
Reference in New Issue
Block a user