hotkey overlay: trim margins
This commit is contained in:
parent
c17802891e
commit
6c23f5e005
|
@ -1833,9 +1833,9 @@ img.hlScorePic {
|
||||||
|
|
||||||
div#hotkey_help_overlay {
|
div#hotkey_help_overlay {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
left : 15%;
|
left : 5%;
|
||||||
right : 15%;
|
right : 5%;
|
||||||
top : 15%;
|
top : 5%;
|
||||||
z-index : 999;
|
z-index : 999;
|
||||||
color : white;
|
color : white;
|
||||||
font-size : 12pt;
|
font-size : 12pt;
|
||||||
|
|
Loading…
Reference in New Issue