mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 00:42:45 +08:00
fix search help on mobile
This commit is contained in:
parent
975edceff4
commit
d4db1949a7
|
@ -172,14 +172,27 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-help {
|
#search-help {
|
||||||
max-width: 300px;
|
max-width: 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-help h2 {
|
// this makes the table behave like a flat list
|
||||||
margin: 0;
|
#search-help td {
|
||||||
font-size: 0.857em;
|
display: block;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-help h3 {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-help p {
|
#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