Skip to content

Commit

Permalink
Merge branch 'pr/1505' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Jan 23, 2024
2 parents 9ac23f9 + 17655e0 commit f65338b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions activities/Speak.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

Expand Down

0 comments on commit f65338b

Please sign in to comment.