Uncover status bar in eye gaze mode

main
Isaiah Odhner 2020-04-29 20:05:59 -04:00
parent 61251d6d84
commit 48c60a5d67
1 changed files with 4 additions and 0 deletions

View File

@ -269,6 +269,10 @@ html, body, .jspaint {
line-height: 1.5;
}
.eye-gaze-mode .status-area {
padding-left: 170px;
}
.component-area {
/* for measuring offsetTop/offsetLeft of component elements */
/* (makes it relative to this element) */