From 0b04b7a8c625cecae9460536d7c253ac16c1239d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Sat, 4 Nov 2023 22:20:36 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20#199=20=E6=8A=95=E7=A8=BF=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=BC=E3=83=A0=E3=81=A7=E3=81=AE=E6=A4=9C=E7=B4=A2?= =?UTF-8?q?=E8=A8=B1=E5=8F=AF=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E5=B4=A9=E3=82=8C=20(#233)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/styles/mastodon/components.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 7bb8bf7da9..c6bc6123f7 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -695,6 +695,10 @@ body > [data-popper-placement] { height: 100%; } + .searchability .icon-button { + height: 27px; + } + .compose-form__upload-button-icon { line-height: 27px; } @@ -5122,6 +5126,8 @@ a.status-card { bottom: 0; color: purple; pointer-events: none; + width: 60%; + height: 60%; } }