diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd2cfec6..6c5964ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - "Help" pop-ups nearly impossible to close in Chrome on Mobile #1403 - XSS injections on Labyrinth JS and Paint Activity #787 - Style for Planet Info in Planet Activity is Hard to See #1448 +- Misaligned button in Speak activity #1504 ## [1.7.0] - 2023-03-28 ### Added diff --git a/activities/Speak.activity/css/activity.css b/activities/Speak.activity/css/activity.css index 59543a642..484299224 100644 --- a/activities/Speak.activity/css/activity.css +++ b/activities/Speak.activity/css/activity.css @@ -32,14 +32,13 @@ #speakText { height:45px; - width:50px; - margin:8px; - right:4px; - bottom: -1.1vh; + width:45px; + margin:1px; + right: 4px; z-index:1; position:absolute; background-image: url(../icons/go-right.svg); - background-size: 55px 50px; + background-size: 50px 50px; background-position: 50% 50%; }