mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00: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…
x
Reference in New Issue
Block a user