mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:50:38 +02:00
Merge pull request #6805 from ctrlaltdavid/20771
Fix display of File > About Interface window
This commit is contained in:
commit
7204f9af8e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- Copyright 2015 High Fidelity, Inc. -->
|
<!-- Copyright 2015 High Fidelity, Inc. -->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: white;
|
background: white;
|
||||||
width: 839px;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
function overrideBodyWidth() {
|
function overrideBodyWidth() {
|
||||||
document.body.style.width = "100%";
|
document.body.style.width = "100%";
|
||||||
<!-- Force reset layout after body resized-->
|
<!-- Force reset layout after body resized-->
|
||||||
container.style.width = "0";
|
<!-- container.style.width = "0"; -->
|
||||||
}
|
}
|
||||||
//]]></script>
|
//]]></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue