mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
Fix scaling issue.
This commit is contained in:
parent
e3fdbc3b3c
commit
6d03182ed9
1 changed files with 7 additions and 3 deletions
|
@ -55,9 +55,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#image_button {
|
#image_button {
|
||||||
width: 930;
|
position: absolute;
|
||||||
height: 806;
|
width: 463;
|
||||||
top: 312; left: 16; right: 17; bottom: 294;
|
height: 410;
|
||||||
|
top: 155;
|
||||||
|
left: 8;
|
||||||
|
right: 8;
|
||||||
|
bottom: 146;
|
||||||
}
|
}
|
||||||
|
|
||||||
#report_problem {
|
#report_problem {
|
||||||
|
|
Loading…
Reference in a new issue