From b6df25c02c41bc9be97580eafd4d35c0b051fe2ff5011166279d2fe0cd6e137d Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sat, 1 Aug 2026 09:47:09 +0400 Subject: [PATCH] =?UTF-8?q?UI:=20=D1=81=D0=BA=D1=80=D1=8B=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B0=D0=BA=D1=82=D0=B8=D0=B2=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B5=D0=BB=D0=BA=D0=B8=20=D0=B2=D0=BB=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 2 +- shine-UI/styles/components.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION.properties b/VERSION.properties index 3710ffcc..2de39460 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.4.17 +client.version=1.4.18 server.version=1.4.5 diff --git a/shine-UI/styles/components.css b/shine-UI/styles/components.css index 59da0843..b3b0ce80 100644 --- a/shine-UI/styles/components.css +++ b/shine-UI/styles/components.css @@ -2225,6 +2225,10 @@ textarea.input { z-index: 2; } +.message-attachment-arrow[hidden] { + display: none; +} + .message-attachment-arrow:disabled { cursor: default; opacity: 0.28;