UI: скрыть неактивные стрелки вложений

This commit is contained in:
AidarKC
2026-08-01 09:47:09 +04:00
parent 620186db1c
commit b6df25c02c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
client.version=1.4.17 client.version=1.4.18
server.version=1.4.5 server.version=1.4.5
+4
View File
@@ -2225,6 +2225,10 @@ textarea.input {
z-index: 2; z-index: 2;
} }
.message-attachment-arrow[hidden] {
display: none;
}
.message-attachment-arrow:disabled { .message-attachment-arrow:disabled {
cursor: default; cursor: default;
opacity: 0.28; opacity: 0.28;