mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 00:04:59 +08:00
Merge pull request #105 from jamiehoyle/jh
Some mobile optimisations - mainly for the header.
This commit is contained in:
commit
84d1ff437a
|
@ -307,4 +307,3 @@ blockquote {
|
||||||
.profiler-results.profiler-left {
|
.profiler-results.profiler-left {
|
||||||
top: 60px !important;
|
top: 60px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title><%=t :title%></title>
|
<title><%=t :title%></title>
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<meta content="" name="description">
|
<meta content="" name="description">
|
||||||
<meta content="" name="author">
|
<meta content="" name="author">
|
||||||
<%-
|
<%-
|
||||||
|
|
Loading…
Reference in New Issue
Block a user