From 6628724034c3049ab0f38944cfcc6250e9b59b86 Mon Sep 17 00:00:00 2001 From: VishnuVardhanBR Date: Sat, 20 Jan 2024 12:44:33 +0530 Subject: [PATCH 1/2] Align chat button properly --- activities/Speak.activity/css/activity.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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%; } From 17655e0b4b3a72266da5ffb8b39a6672f0648be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20Lask=C3=A9?= Date: Tue, 23 Jan 2024 22:05:58 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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