mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 21:08:00 +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 {
|
||||
width: 930;
|
||||
height: 806;
|
||||
top: 312; left: 16; right: 17; bottom: 294;
|
||||
position: absolute;
|
||||
width: 463;
|
||||
height: 410;
|
||||
top: 155;
|
||||
left: 8;
|
||||
right: 8;
|
||||
bottom: 146;
|
||||
}
|
||||
|
||||
#report_problem {
|
||||
|
|
Loading…
Reference in a new issue