mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:54:48 +08:00
fix search help on mobile
This commit is contained in:
parent
975edceff4
commit
d4db1949a7
|
@ -172,14 +172,27 @@
|
|||
}
|
||||
|
||||
#search-help {
|
||||
max-width: 300px;
|
||||
max-width: 98%;
|
||||
}
|
||||
|
||||
#search-help h2 {
|
||||
margin: 0;
|
||||
font-size: 0.857em;
|
||||
// this makes the table behave like a flat list
|
||||
#search-help td {
|
||||
display: block;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#search-help h3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#search-help p {
|
||||
margin: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#search-help .btn-primary {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#google-search form {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user