From 538d0874a38ad302b6ddcd2c2bab4c1fc3e26c25 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:02:21 +0200 Subject: [PATCH] Reduce persona buttons size --- public/index.html | 10 +++++----- public/style.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 7c130227b..42f8bc686 100644 --- a/public/index.html +++ b/public/index.html @@ -5233,19 +5233,19 @@
diff --git a/public/style.css b/public/style.css index fd9c4bb73..80fa7b80e 100644 --- a/public/style.css +++ b/public/style.css @@ -3164,7 +3164,7 @@ grammarly-extension { .avatar-container .avatar-buttons { display: flex; flex-direction: row; - gap: 5px; + gap: 3px; opacity: 0.3; transition: opacity 0.25s ease-in-out; }