Fix palette cut off slightly in modern theme in eye gaze mode

main
Isaiah Odhner 2020-06-03 00:54:01 -04:00
parent 68f00203b0
commit 69b18e6e92
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ body {
bottom: 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) inset;
}
.eye-gaze-mode .Colors-component.tall {
width: 53px;
}
.eye-gaze-mode .Colors-component.tall .color-button {
margin-left: 1px;
}