mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Some mobile optimisations - mainly for the header./merged all mobile changes into mobile.css.scss
This commit is contained in:
parent
e033213f84
commit
07f30d445a
2 changed files with 2 additions and 3 deletions
|
@ -306,5 +306,4 @@ blockquote {
|
|||
|
||||
.profiler-results.profiler-left {
|
||||
top: 60px !important;
|
||||
}
|
||||
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="author">
|
||||
<%-
|
||||
|
|
Loading…
Reference in a new issue