From d4373eb309eff9be5570bfd3efa215cf49842fb2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 31 May 2021 13:03:23 +0200 Subject: [PATCH] make options button look the same in all browsers --- src/platform/web/ui/css/themes/element/timeline.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index 21c53057..d7eac940 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -92,6 +92,10 @@ limitations under the License. width: 24px; background-color: #fff; border-radius: 4px; + padding: 0; + text-align: center; + line-height: 22px; + cursor: pointer; } .Timeline_messageTime {