From 01febad94e1f19850d09b46e4d46fe109dc6be8d Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 30 Jul 2025 16:03:00 -0500 Subject: [PATCH] inbox: Hold vdots to same column on archived topics. --- web/styles/inbox.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/inbox.css b/web/styles/inbox.css index cbb96005b6..7b0b7cef9e 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -217,6 +217,10 @@ display: flex; justify-content: space-between; flex-grow: 1; + + > .inbox-action-button:first-child { + margin-left: auto; + } } }