Little tweaks to improve UX
This commit is contained in:
parent
75bd9ec216
commit
782a5140e7
|
@ -81,7 +81,7 @@
|
||||||
<div id="theDictionary"></div>
|
<div id="theDictionary"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="rightColumn" class="googleads" style="float:right;width:20%;max-width:300px;min-width:200px;">
|
<div id="rightColumn" class="googleads" style="float:right;width:20%;max-width:300px;min-width:200px;overflow:hidden;">
|
||||||
<?php include_once("php/google/adsense.php"); ?>
|
<?php include_once("php/google/adsense.php"); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -334,6 +334,7 @@ function ShowInfo(text) {
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("infoText").innerHTML = aboutText;
|
document.getElementById("infoText").innerHTML = aboutText;
|
||||||
}
|
}
|
||||||
|
document.getElementById("infoPage").scrollTop = 0;
|
||||||
document.getElementById("infoScreen").style.display = "block";
|
document.getElementById("infoScreen").style.display = "block";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue