mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-29 11:32:00 +01:00
Add back wider width limit for text reactions
This commit is contained in:
parent
a670bf6bea
commit
34c14329f2
@ -23,3 +23,4 @@ Note that this list may be incomplete or outdated.
|
||||
|
||||
- Render captions
|
||||
- Allow sending freeform reactions
|
||||
- Less restrictive width limit for rendering text reactions
|
||||
|
@ -0,0 +1,32 @@
|
||||
From e67b314775022cc970e7704bdcaa36cd674091bc Mon Sep 17 00:00:00 2001
|
||||
From: su-ex <codeworks@supercable.onl>
|
||||
Date: Sat, 22 Apr 2023 12:15:18 +0200
|
||||
Subject: Allow reactions to take more space
|
||||
|
||||
---
|
||||
res/css/views/messages/_ReactionsRowButton.pcss | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/res/css/views/messages/_ReactionsRowButton.pcss b/res/css/views/messages/_ReactionsRowButton.pcss
|
||||
index 26d2d25fae..9920c6c20d 100644
|
||||
--- a/res/css/views/messages/_ReactionsRowButton.pcss
|
||||
+++ b/res/css/views/messages/_ReactionsRowButton.pcss
|
||||
@@ -23,6 +23,7 @@ limitations under the License.
|
||||
background-color: $secondary-hairline-color;
|
||||
user-select: none;
|
||||
align-items: center;
|
||||
+ max-width: calc(100% - 40px);;
|
||||
|
||||
&:hover {
|
||||
border-color: $quinary-content;
|
||||
@@ -38,7 +39,6 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_ReactionsRowButton_content {
|
||||
- max-width: 100px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
--
|
||||
2.45.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user