From 5d293c82cdab77308d296e03ab719b6cde0a361a Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 26 Jul 2023 10:49:15 -0500 Subject: [PATCH] icons: Size vdots icon for greater prominence. --- web/styles/zulip.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 84b9d3b3a3..5cbf8c8325 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1215,6 +1215,11 @@ td.pointer { color: var(--color-message-action-interactive); } } + + .zulip-icon-more-vertical { + /* Increase visual prominence of the vdots. */ + font-size: 21px; + } } .actions_hover {