mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From fcc37848fb0e949888a77325a4990639a3661d8e 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 917bcfbb84..75ec572c9e 100644
|
|
--- a/res/css/views/messages/_ReactionsRowButton.pcss
|
|
+++ b/res/css/views/messages/_ReactionsRowButton.pcss
|
|
@@ -14,6 +14,7 @@ Please see LICENSE files in the repository root for full details.
|
|
background-color: var(--cpd-color-gray-200);
|
|
user-select: none;
|
|
align-items: center;
|
|
+ max-width: calc(100% - 40px);;
|
|
|
|
&.mx_ReactionsRowButton_selected {
|
|
background-color: $accent-300;
|
|
@@ -25,7 +26,6 @@ Please see LICENSE files in the repository root for full details.
|
|
}
|
|
|
|
.mx_ReactionsRowButton_content {
|
|
- max-width: 100px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
--
|
|
2.48.1
|
|
|