Better size for smartphone
This commit is contained in:
parent
c6a136930e
commit
11a6acce5a
@ -50,8 +50,8 @@ if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]); // If languag
|
|||||||
$langs->load("main",0,1);
|
$langs->load("main",0,1);
|
||||||
$right=($langs->direction=='rtl'?'left':'right');
|
$right=($langs->direction=='rtl'?'left':'right');
|
||||||
$left=($langs->direction=='rtl'?'right':'left');
|
$left=($langs->direction=='rtl'?'right':'left');
|
||||||
$fontsize=empty($conf->browser->phone)?'12':'9';
|
$fontsize=empty($conf->browser->phone)?'12':'10';
|
||||||
$fontsizesmaller=empty($conf->browser->phone)?'11':'9';
|
$fontsizesmaller=empty($conf->browser->phone)?'11':'10';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user